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 reconsideration of rejected SAM3 access
Hello Meta SAM3 team,
My access request for facebook/sam3 was rejected. I would appreciate a manual review or a reset of my access request.
I am an independent photographer and software developer. I am developing a local macOS application for film-scan segmentation. My intended use is to evaluate SAM3 locally for improving the detection and segmentation of individual film frames, film borders, and relevant masking regions in scanned film strips or contact sheets.
The model would be used only for local experimentation and personal software development. I will not redistribute the model, its weights, or derived checkpoints, and I will comply with the license and usage terms.
Hugging Face username: lyzzhimm
Thank you for your time.