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 Manual Review / Reset of Rejected SAM 3 Access β midsun555
Hello SAM 3 Team,
My Hugging Face username is midsun555. My access request for the facebook/sam3 repository was rejected, but no rejection reason was provided.
I am a graduate student at Minjiang University conducting non-commercial academic research on CT-based esophageal tumor segmentation. I intend to use the official SAM 3 checkpoint only for academic model evaluation and comparison with medical image segmentation baselines.
I have updated my Hugging Face profile with my academic affiliation and verified institutional email. I will comply with the SAM 3 license and all applicable usage restrictions.
Could you please manually review my application, or reset the rejected request so that it can return to pending status?
Hugging Face username: midsun555
Affiliation: Minjiang University
Research purpose: Non-commercial medical image segmentation research
Thank you for your time and consideration.