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
Access request for SAM3 Group Collection
#282
by Miles20260523 - opened
Hello,
I submitted an access request for the SAM3 Gating Group Collection, but it is still showing as Pending review.
I plan to use SAM3/SAM3.1 for research and prototyping in digital twin / BIM/Point Cloud workflows.
Could you please review my request when you have a chance?
Thank you so much.