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
SAM3 Access request
#277
by kinimod100 - opened
Dear Sam3 Team,
I am Dominik, a 6th-year medical student from Romania, as well as an ornithologist and photographer. I am currently involved in nature conservation projects across the country and would like to request access to SAM3 for image and data processing purposes. I intend to use the model to improve the efficiency and accuracy of wildlife documentation and field data analysis.
My HF username: kinimod100
Contact: dominik.a.bender@gmail.com
Regards
Dominik