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 to reset rejected SAM 3 access request
#429
by Sonny619 - opened
Request to reset rejected SAM 3 access request
Hello Meta SAM 3 team,
My access request was rejected, possibly because the information I
submitted was incomplete or unclear. Could you please reset the request
so I can submit it again?
Hugging Face username: Sonny619
Intended use:
SAM 3 will be used for parcel segmentation and tracking in overhead-camera
robot manipulation episodes, to analyze dataset spatial coverage and guide
additional data collection.
I agree to comply with the SAM 3 license and terms of use.
Thank you.