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 β yiyilabs
Hello Meta SAM 3 Team,
My access request to facebook/sam3 was rejected, and I would like to kindly request a manual review or reset of my access request.
Hugging Face username: he328
I am an undergraduate student working on a computer vision and robotic manipulation project.
My intended use of SAM 3 is to automatically generate segmentation masks for food-delivery / takeaway bags in an image dataset. The generated masks will be manually reviewed and corrected, and the resulting annotations will be used to train a downstream object segmentation model for academic research.
The use is non-commercial and does not involve military, weapons, surveillance, biometric identification, nuclear applications, or other restricted purposes.
I will comply with the SAM License and Meta's applicable terms.
Could you please manually review my request, or reset the rejected request so that I can resubmit the required information?
Thank you.