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: Sam 3 WEIGHTS
#281
by delanoe04 - opened
Hello Meta AI team,
I am a researcher/developer working on computer vision projects applied to drones and advanced segmentation tasks. I would like to request access to the SAM3 for academic and non-commercial use, specifically to experiment with video segmentation and object tracking in the context of FutBotMX and related research challenges.
The model will be used exclusively for research purposes, and I will comply with all usage restrictions and the Meta Privacy Policy. Access to the 3.4B checkpoint is essential for testing large-scale segmentation performance in my experiments.
Thank you very much for considering my request.