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 this repo
#202
by AkumaHunter - opened
Hello,
Thanks for your contributions to the open-source community.
I recently requested access to the SAM3 model repository but unfortunately my request was rejected. I am writing to ask whether there is any possibility to reconsider my access.
I am currently working on an agentic project where I aim to use SAM3 as a powerful tool.
The usage will be strictly for academic and research purposes. I will fully comply with the license terms and usage restrictions defined by Meta and Hugging Face. The model will not be used for any commercial, restricted, or prohibited applications.
Thank you for your time and consideration.
Best regards,
Yiran Huo