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
Hello SAM3 team,
I am writing to kindly ask whether my access request for the SAM3 model could be reconsidered.
My Hugging Face username is: chenyong521
I am trying to use SAM3 for local research and technical evaluation of image segmentation workflows. My use case is limited to local experimentation and integration testing on my own images, and I do not intend to redistribute the model or use it in any abusive way.
I have already set up the runtime environment and supporting code, but I am currently unable to continue because access to the official model weights is required. If possible, I would sincerely appreciate it if you could review my request again or manually grant access.
Thank you very much for your time and consideration.
Best regards,
chenyong521