mfranzon commited on
Commit
e601dbb
·
verified ·
1 Parent(s): 67d9ee9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - sam2
5
+ - segment-anything
6
+ - video-segmentation
7
+ - tracking
8
+ - microscopy
9
+ pipeline_tag: mask-generation
10
+ ---
11
+
12
+ # SAM2 Tiny (Cell and Bacterium Tracking)
13
+
14
+ The SAM2 tiny checkpoint used in the Model Garden **Cell and Bacterium
15
+ Tracking** demo: class-agnostic video segment-and-track where pretrained
16
+ detectors have no labels, e.g. a neutrophil chasing a bacterium.
17
+
18
+ ## Method
19
+
20
+ Human-seed-then-propagate: a few clicks lock the right object, then SAM2
21
+ propagates masks across the rest of the frames autonomously. **No training
22
+ required.**
23
+
24
+ ## Provenance
25
+
26
+ This is the `sam2_hiera_tiny` checkpoint from
27
+ [`facebook/sam2-hiera-tiny`](https://huggingface.co/facebook/sam2-hiera-tiny),
28
+ re-hosted here for the Model Garden showcase. All credit to Meta AI.
29
+
30
+ ## Usage
31
+
32
+ See the [SAM2 repository](https://github.com/facebookresearch/sam2) for the
33
+ video predictor API.