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 of rejected SAM 3 access
#482
by Hurma132 - opened
Hello Meta AI Team,
My request for access to the SAM 3 model weights was recently rejected (likely due to an automated filter or incomplete profile information).
I am an independent researcher and student, and I would like to use SAM 3 strictly for non-commercial, personal image processing tasks and testing.
Could you please reset my request status or grant access to my account?
My Hugging Face Username: Hurma132
Thank you for your time and assistance!