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 Request Follow-Up β AndyBooey
#181
by AndyBooey - opened
Hello SAM3 team,
I requested access on March 22nd, and it is still pending.
Hugging Face username: AndyBooey
Affiliation: Oregon State University (research student)
Use case: I am working on a computer vision project involving segmentation of seed plants, and I would like to use SAM3 for research and experimentation purposes.
Could you please review my access request?
Thank you for your time and consideration.