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
Request for Manual Review / Reset of Rejected SAM 3 Access
#464
by huangjun76 - opened
Hello Meta SAM 3 team,
My Hugging Face username is huangjun76. My access request to the SAM 3 gated collection was rejected shortly after submission.
I would like to use SAM 3 for legitimate computer-vision development and evaluation, specifically private video segmentation and object-tracking workflow integration. I will comply with the SAM license, privacy requirements, and applicable laws, and I will not redistribute the model weights or provide unauthorized access.
Could you please manually review my request or reset it so I can correct and resubmit any incomplete information? I am happy to provide additional information if required.
Thank you.