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
Hello Meta SAM Team,
My access request to facebook/sam3 was recently rejected. I would like to kindly request a manual review of my application, or a reset of the rejected request so that I can resubmit any information that may have been incomplete or unclear.
I am an independent AI/software developer working on a local computer-vision application for product photography.
My specific use case is to segment clothing worn by plush toys and generate accurate masks for a non-generative recoloring workflow. The goal is to change only the garment color while preserving the original fabric texture, folds, lighting, fur boundaries, shadows, and background.
SAM 3 would be used as the semantic segmentation component of this local workflow. The model would run locally for software development and evaluation. I do not intend to redistribute, mirror, resell, or publicly host the SAM 3 model weights.
This project does not involve military applications, weapons, surveillance, biometric identification, political profiling, or other restricted use cases. I intend to comply with the SAM License, applicable trade-control requirements, Meta policies, and Hugging Face terms.
Hugging Face username: xixixihahaha
If my previous application was rejected because some information was incomplete, ambiguous, or inconsistent, I would appreciate any guidance on what should be corrected.
Thank you for your time and consideration.