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
Access request to sam3 rejected β asking for clarification
#500
by Jassarias - opened
Hello,
My access request to the sam3 model repository was submitted on September 26, 2026 and rejected shortly after. My Hugging Face username is jassarias.
Could you please clarify the reason for the rejection? I filled in the agreement form with accurate information and intend to use the model for personal creative work in accordance with the SAM license terms.
If the rejection is due to a licensing or regional restriction, I would appreciate confirmation of that. If it was an automated decision or an issue with my account details, I would be glad to correct anything needed.
Thank you for your time.