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 AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Waiting on SAM3 Access
#307
by hanna-lee68 - opened
Hello,
I requested access to the SAM3 model three days ago, but my request is still pending. Could someone please check the status of my application? If there are any additional steps I need to take, please let me know.
Thanks!
My Hugging face ID is: hanna-lee68