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
Sam3 application
#222
by Zuriiii - opened
Hello,
I recently applied for access to SAM 3, but my application seems to have been rejected. I am an undergraduate student and need to complete an image segmentation assignment. SAM 3 is very important for my experiment. I only use SAM 3 for academic research and non-commercial purposes.
I would greatly appreciate it if you could reconsider my request. If necessary, I can provide more information about my research background or institution.
Thank you for taking the time to provide assistance.
Best regards,
Ziyu