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
Request for SAM3
#283
by Treatputin - opened
Hi Meta SAM3 team,
I requested access to facebook/sam3 and my request is still pending.
HF username: Treatputin
Use case: Iβm building and evaluating an image segmentation / layer separation workflow for research and engineering prototyping. I will comply with the model license and usage terms.
Could you please review my access request when possible?
Thank you.
Have you been granted access? I'm in a similar boat.
Not yet