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 Sam3
#262
by zainsolo - opened
Hi,
I am from London, studying at Imperial College London for my MEng, and I would love access to SAM3 for experimentation for an automated annotation assistant for an image classifier I am working on. Nothing will be open sourced, it is completely for my personal project and experimentation. Please approve so I can work on this!
Thank you for you time!