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
#370
by pridelzh - opened
Hello Meta SAM team,
My access request to the facebook/sam3 repository was recently rejected.
I am a student conducting academic research in computer vision and medical image analysis, and I would like to use SAM 3 for non-commercial academic research and experimentation.
I will comply with the applicable SAM 3 license and usage requirements.
Could you please manually review my request or reset my access status to pending so that I can re-submit the request if necessary?
Thank you very much for your help.