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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Pending Access Request - KrishnaJha
#340
by KrishnaJha - opened
Hello,
I requested access to the SAM 3 gated repository a few days ago and my request is still pending.
I'm a computer science student at Georgia Tech and I'm planning to use SAM 3 for research/prototyping involving multi-view scene understanding and image segmentation.
If possible, I would greatly appreciate it if someone could review my access request.
Thank you!