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 access request
#328
by dfvsgeaf - opened
Hello, Meta SAM3 team,
My application for accessing Facebook/Sam3 was recently rejected. I kindly request a re-evaluation or resetting of my application status so that I can resubmit it.
I am an undergraduate student conducting a summer internship at Shanghai Jiao Tong University and hope to learn from your model. My use purpose is limited to non-commercial academic research. I will not redistribute the model or its weights, and will strictly abide by Meta's license agreement and privacy policy.
Could you please reconsider my request or guide me on how to correctly resubmit it?
Thank you for your time.
Hugging Face username: dfvsgeaf