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 Acess/GeoAI/Sam3
#150
by deleted - opened
Hello, I am a graduate student in Archaeometry at Bitlis Eren University in Turkey. My thesis focuses on high-resolution image segmentation and I would like to experimentally use the SAM3 model. My work is purely for academic research purposes and has no commercial use. I pledge to fully comply with the university's ethical guidelines and the model license. My ORCID number is: 0009-0003-4954-6442