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
Formal Request to SAM3 Repo
#294
by MobolurinAde - opened
Hi Meta SAM3 team,
I recently requested access to the SAM3 model, but my request has yet to be approved. I completely understand that access is limited and subject to review.
I am currently working on a non-commercial project and would really appreciate the opportunity to use SAM3 for research and development purposes. I will fully respect all usage terms and licensing requirements.
If possible, I would be grateful if you could consider my request or let me know if there is anything else I can provide to support it.
Thank you for your time and consideration.