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 reconsideration of rejected SAM 3 access
#475
by kzh886 - opened
Hello Meta SAM team,
My Hugging Face username is: kzh886.
My access request to facebook/sam3 was rejected. I would like to use SAM 3 solely for local academic/learning experimentation with the GeoOSAM QGIS plugin and remote-sensing imagery.
I will comply with the SAM 3 license and will not redistribute model weights or provide access to others.
Could you please reconsider my request, or reset it to pending so I can submit the required information again?
Thank you.