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
SAM3 Access Request Still Pending
#433
by succolo - opened
Hello,
I requested access to the SAM 3 model on Hugging Face on July 8, 2026, but my access request is still showing as PENDING as of September 5, 2026.
It has been almost two months since I submitted the request, so I would like to ask if you could please check the status of my access request.
I am currently working on a research project involving SAM 3 for a Diminished Reality system in an MR environment, and I would greatly appreciate it if my request could be reviewed when possible.
Thank you very much for your time and assistance.
succolo changed discussion title from AM3 Access Request Still Pending Since July 8, 2026 to SAM3 Access Request Still Pending
succolo changed discussion status to closed
succolo changed discussion status to open