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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModelForMultimodalLM.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Request for review of pending access to facebook/sam3
#284
by christianmcmillan - opened
Hi Meta SAM3 team,
I submitted an access request for the facebook/sam3 repository (part of the SAM3 Gating Group Collection) some time ago, and it is still showing as pending.
Hugging Face username: christianmcmillan
Use case:
I’m building and evaluating an image segmentation / layer separation workflow for research and engineering prototyping. I will fully comply with the model license and usage terms.
Could you please review my access request when you have a chance?
Thank you very much for your time and support!
Best regards,
christianmcmillan