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, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Sam3 request!
#52
by hunting020202 - opened
I am trying to get access to Sam3 for educational purposes. I hope you will accept my request, thanks!
How to download it? What terms i should to agree,where is it?
What i should to do, step by step
@cplaneyron on the "model card" page, enter your details and accept the terms. You should get a confirmation email within ~5mins if you are accepted.