Instructions to use facebook/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam3")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Request for Access to SAM 3 Weights for Academic Research
#22
by HUI1209 - opened
Dear SAM 3 Team,
I am a student at UC Berkeley specializing in CHI, currently working on my thesis, which includes object segmentation and tracking using advanced AI models. I would like to request access to the SAM 3 model to assist in my research.
This project is for non-commercial purposes, and I fully agree to comply with the terms of use and Meta's privacy policy.