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 my rejected SAM3 access request
Title: Request to reconsider or reset my rejected SAM3 access request
Hello Meta SAM3 Team,
My Hugging Face username is bailandawang.
My access request to facebook/sam3 was rejected, possibly because the information in my original submission was incomplete or unclear.
I am a graduate student in electrical engineering at Tianjin University. I intend to use SAM3 locally for non-commercial academic research and a university engineering competition project. The specific purpose is to segment icons and graphical components in technical route diagrams so they can be reconstructed as editable scientific figures.
I will comply with the SAM3 license, acceptable-use requirements, Meta Privacy Policy, and Hugging Face terms. I will not redistribute the model weights.
Could you please reconsider my request or reset it so that I can submit the required information again?
Thank you for your time.