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
SAM3 access denied
#157
by Mushkin41 - opened
Dear Hugging Face,
I am Om Sidharth Pattanayak, a 3rd year BS-MS student at the Indian Institute of Science Education and Research (IISER), Pune. My request to access SAM3 has been denied. Could I please understand the reason behind the decision?
I need the access to continue my research project. Let me clarify that my usage of SAM3 is limited to academic, non commercial purposes only. If there are certain details that you need from me, kindly let me know. I am happy to provide all the details necessary. Thank you for your time.
Warm Regards
Om Sidharth Pattanayak
IISER, Pune, India
om.sidharthpattanayak@students.iiserpune.ac.in