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 SAM 3 Access
#238
by Waischno - opened
Hi there,
I recently requested access to the SAM 3 model, and my request is currently still 'pending'.
I am planning to use the model for a private project: I'm developing a script for the open-source software darktable to improve masking and image segmentation workflows.
Could you please take a look at my request when you have a moment?
Best regards