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 AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request for reconsideration of SAM 3 access
#488
by HaochengWang23 - opened
Hello SAM 3 Team,
My access request appears to have been rejected. I am a research assistant at the Shenzhen Loop Area Institute, working on vision-language-action models and robotic manipulation. I plan to use SAM 3 for non-commercial academic research on object-centric perception and segmentation in embodied robotic environments.
Could you please reconsider or reset my access request? My Hugging Face username is HaochengWang23. I am happy to provide any additional institutional or research information.
Thank you for your consideration.