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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModelForMultimodalLM.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
SAM 3.1 Access.
#296
by vdesibabu - opened
Dear Sam3 Team,
I am Suresh Mandava, we are evaluating Auto Annotation capabilities for Short Video Streams for OTT Content Providers, and have certain use cases for Medical Imaging would like to request access to SAM3 for image and data processing purposes. I intend to use the model to improve the bootstrapping efficiency of Model Creation and present that in IFML forums at UT Austin.
Will Comply with Licensing Terms.
My HF username: vdesibabu
Contact: suresh@unovie.ai
Regards
Suresh Mandava