File size: 878 Bytes
e601dbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: apache-2.0
tags:
- sam2
- segment-anything
- video-segmentation
- tracking
- microscopy
pipeline_tag: mask-generation
---

# SAM2 Tiny (Cell and Bacterium Tracking)

The SAM2 tiny checkpoint used in the Model Garden **Cell and Bacterium
Tracking** demo: class-agnostic video segment-and-track where pretrained
detectors have no labels, e.g. a neutrophil chasing a bacterium.

## Method

Human-seed-then-propagate: a few clicks lock the right object, then SAM2
propagates masks across the rest of the frames autonomously. **No training
required.**

## Provenance

This is the `sam2_hiera_tiny` checkpoint from
[`facebook/sam2-hiera-tiny`](https://huggingface.co/facebook/sam2-hiera-tiny),
re-hosted here for the Model Garden showcase. All credit to Meta AI.

## Usage

See the [SAM2 repository](https://github.com/facebookresearch/sam2) for the
video predictor API.