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 Access for Drone Image Segmentation
#184
by woody0427 - opened
Hello,
I would like to request access to the SAM3 model.
I am working on a computer vision project using drone imagery and plan to use SAM3 for segmentation tasks.
Thank you for your consideration.
Best regards,
Woody