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 SAM3 Access - AI Enthusiast
#216
by enchao - opened
Dear Meta AI Team,
I'm an AI enthusiast currently working in industry. I'm writing to request access to the facebook/sam3 model for personal academic exploration and non-commercial experimentation.
My Hugging Face username is: jin enchao.
I'd be very grateful for your consideration.
Best,
jin enchao
I have asked for access too, nickname is poglavar
I am trying to segment parking spots for urban research I am doing. Can I please have it approved?