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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModelForMultimodalLM.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Request for reconsideration of SAM 3 model access
#291
by 3Shan - opened
Request for reconsideration of SAM 3 model access
Hello Meta SAM 3 team,
My previous access request was rejected. I am Shan Cao, an academic researcher at Jilin University.
I plan to use SAM 3 solely for non-commercial academic research on image segmentation and reconstruction of historical Chinese bamboo-slip fragments and cultural heritage documents.
The model will be used to evaluate segmentation and fragment-matching methods on research datasets. I will comply with the SAM license and will not use the model for military, surveillance, biometric identification, or other prohibited purposes.
Could you please reconsider my access request?
Thank you.