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") - Notebooks
- Google Colab
- Kaggle
Reset access request
#322
by hf-zikai - opened
Hello SAM 3 Team,
My access request to facebook/sam3 was recently rejected. I am a PhD student conducting academic research on vision-based robotic manipulation.
I intend to use SAM 3 solely for non-commercial academic research, including object segmentation and tracking in robot manipulation videos. The model will not be used for military, surveillance, biometric, or other restricted applications.
Could you please manually review or reset my access request?
Below is my request information:
Hugging Face username: hf-zikai
Affiliation: Southern University of Science and Technology
Research purpose: Vision-based robotic manipulation
Thank you for your time and consideration.