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 AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Request for Access - Master's Student Project @USC
#229
by Will0328 - opened
Hi Meta SAM3 Team,
I would like to kindly request access to the SAM3 model for my graduate course project. This project is completely education-oriented with no commercial purposes. I will greatly appreciate it if the approval is passed at the earliest possible time.
Thank you so much!