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 to reset my SAM3 access application
#401
by Sullivan0529 - opened
Hello Meta SAM3 team,
My access request to facebook/sam3 was rejected. I may have provided incomplete or unclear information.
Could you please reset my application so I can submit it again with the correct information?
Hugging Face username: Sullivan0529
Intended use: Non-commercial local video post-production and computer vision experimentation, specifically person and bicycle segmentation for a bicycle assembly video.
I will comply with the SAM3 license and acceptable-use requirements.
Thank you.