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 SAM3
#264
by akark - opened
Hello,
My access request to this gated repository was rejected. I may have submitted incomplete or incorrect contact information by mistake.
I am a graduate student/researcher and would like to use this model only for academic research and local experimentation. I will comply with the model license and usage policy.
Could you please reconsider my request, or move my application back to pending so that I can submit the information again?
Thank you very much.