Segment Anything 2
Foundation model for promptable visual segmentation in images and videos with streaming memory.
About
SAM 2 extends Meta's Segment Anything Model from images to video by treating an image as a one-frame video. Users prompt with clicks, boxes, or masks to select an object, and the model segments it and tracks the mask across frames using a transformer architecture with streaming memory, which processes video sequentially in real time instead of holding entire clips in memory. Four checkpoint sizes on a Hiera backbone run from tiny at 38.9M parameters to large at 224.4M. Alongside the model, Meta released SA-V, described as the largest video segmentation dataset to date, built with a model-in-the-loop data engine. The SAM 2.1 checkpoints improved accuracy further, with the large model reaching 79.5 J&F on the SA-V test set at about 39.5 FPS on an A100 GPU. Code and weights are open under the Apache 2.0 license, and the model is widely used for video object tracking, interactive annotation, robotics, and editing tools.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- May 7, 2026
Related Tools
Contrastive language-image pre-training model by OpenAI for zero-shot visual classification.
Lightweight face recognition and analysis framework wrapping multiple models.
Foundation model for monocular depth estimation by TikTok.
Monocular depth estimation model producing detailed depth maps from single images.
Meta AI research platform for object detection, segmentation, and pose estimation.
Simple and effective multi-object tracking using every detection box.