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
Ask for the accessment for the SAM3
#223
by Buyifan-cuhk - opened
Hello SAM3 team,
I am writing to kindly ask whether my access request for the SAM3 model could be reconsidered.
My Hugging Face username is:Buyifan-cuhk
I am trying to use SAM3 for local research and technical evaluation of image segmentation workflows. I want try to use the SAM3 combined with the QGIS to map the glacial lakes and lake-ice interface
I have already set up the runtime environment and supporting code, but I am currently unable to continue because access to the official model weights is required. If possible, I would sincerely appreciate it if you could review my request again or manually grant access.
Thank you very much for your time and consideration.
Best regards,
Buyifan-cuhk