#46 · Primary category: Computer Vision

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 checkpoints, and example notebooks that show how to use the model.

Project last updated:08/26/26

GitHub Stars

11.5K

Forks

1.7K

Contributors

27

License

Other

Why we included this project

Picking one specific object out of an image or video frame is harder than it sounds, and SAM 3 is built for exactly that. It carries Meta's segment-anything line forward by letting text or visual prompts drive the segmentation, so you can ask for 'the red mug' instead of drawing a box around it and hoping the model guesses right. The repo covers more than plain inference: it includes code for fine-tuning the model on your own data, download links for the trained checkpoints, and example notebooks that walk through both paths. That matters when your task is niche enough that the stock weights don't cut it. Teams doing interactive editing, video object tracking, or automated visual QA get a practical starting point rather than a toy demo.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category