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
#259
by Ailon-Island - opened
Hello sam3 team, thank you for your work!
I'm a student from SJTU. I requested access to SAM3 model and may have been accidentally rejected by some automated rules.
The model would be used for research and educational purposes only, strictly following all related policies.
I believe it would be a great boost for my research work.