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 My SAM 3 Access Application
#498
by xzhenxiao - opened
Hello, my access request for facebook/sam3 was rejected.
My Hugging Face username is: xzhenxiao.
I would like to use SAM 3 for academic research on robotic manipulation
and object segmentation. Could you please reset my access request so that
I can review the terms and submit the required information again?
Thank you.