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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request to reset SAM3 access request
#410
by zengjuemin - opened
Hello SAM3 team,
My access request to facebook/sam3 was rejected, and the Hugging Face
model page now shows:
"Your request to access this repo has been rejected by the repo's authors."
I would like to use SAM3 for local research/development and would like
to request access to the model weights.
Could you please reset/cancel my previous rejected access request so that
I can submit the access request again and agree to share my contact
information?
Hugging Face username:
zengjuemin
Thank you.