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
access to the sam3 model
#217
by daniel870429 - opened
Dear SAM3 Team,
I am writing to request access to the facebook/sam3 model repository. I will strictly comply with all the license terms and usage policies of this model, and only use it for non-commercial personal learning and technical research purposes.
Thank you for your review and approval.
Sincerely, daniel870429