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 for access to SAM 3
#204
by BaiXiaoDi - opened
Hello,
I recently applied for access to SAM 3, but my request seems to have been rejected. I am a graduate student currently working on image segmentation related research, and SAM 3 is very important for my experiments.
My work mainly involves segmentation, instance segmentation, and pseudo-label generation on unlabeled datasets. I would like to use SAM 3 only for academic research and non-commercial purposes.
I would really appreciate it if my request could be reconsidered. If needed, I can also provide more information about my research background or institution.
Thank you for your time and help.
Best,
Chuan Yi