facebookresearch/sam3

The repository provides code for running inference and finetuning with the Meta Segment Anything Model 3 (SAM 3), links for downloading the trained model...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on December 19th, 2025
Created on July 17th, 2025
Open Issues & Pull Requests: 345 (+0)
Number of forks: 1,733
Total Stargazers: 11,444 (+1)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.1 hours
Mean response time: 8.7 days
90th percentile: 22.9 days
Tracked items: 240

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 85% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 265
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 81 days
Stale 30+ days: 259
Stale 90+ days: 226

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

SAM 3 is a foundation model for promptable segmentation in images and videos. It extends the capabilities of its predecessor by introducing open-vocabulary concept segmentation, allowing users to detect, segment, and track objects using text prompts or visual prompts such as points, boxes, and masks. The model unifies these segmentation tasks into a single architecture that can handle a vastly larger set of open-vocabulary prompts than prior work, achieving performance levels comparable to human annotators on a benchmark containing hundreds of thousands of unique concepts.

The tool addresses the limitation of previous segmentation models that required predefined object categories or manual specification of every instance to segment. SAM 3 solves this by accepting natural language descriptions of concepts alongside traditional visual prompts, enabling exhaustive segmentation of all instances matching a given concept. This approach allows users to specify what they want to segment in flexible ways rather than being constrained to a fixed set of categories.

Developers should adopt this tool if they need to segment arbitrary object categories defined at inference time, whether in static images or video sequences. It suits applications requiring flexible, open-vocabulary segmentation without retraining. The project provides inference code, finetuning capabilities, trained model checkpoints, and example notebooks demonstrating usage patterns.

The project maintains active engagement with its user base, with nearly all open issues originating from external adopters rather than the core team, indicating substantial real-world adoption. Maintainers respond to new issues and pull requests within a day, demonstrating consistent attention to the codebase and community feedback.