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
Request for SAM3
#265
by Cresento - opened
Hello! I'm a computer engineering student based out of HKUST, and would love to use the SAM3 model for a personal football related project I have been working on. Would be grateful for model approval so I can continue developing a sensor fusion system aided by SAM3 for ground truth!
Thanks so much,
Kushaj