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 for Manual Review / Reset of Rejected SAM 3 Access
Hello SAM 3 Team,
My access request for facebook/sam3 was rejected, with no reason
provided. I would like to request a manual review, or a reset of my
status from rejected to pending, so that I can submit a complete
application again if necessary.
Hugging Face username: albertzhang
Affiliation:
Yunnan Key Laboratory of Intelligent Monitoring and Spatiotemporal
Big Data Governance of Natural Resources
Intended use:
Non-commercial academic computer vision research.
I am conducting research on civilian remote-sensing building
segmentation using UAV and digital orthophoto map (DOM) imagery.
I would like to evaluate SAM 3 for building-roof segmentation,
bridge and road false-positive analysis, dataset annotation, and
teacher-student knowledge-distillation experiments.
The model would be run locally and used only for academic research,
annotation, and quantitative evaluation. It will not be used for
military, weapons, personal surveillance, or other restricted
applications. I will not redistribute the model checkpoints,
credentials, or access tokens.
I will comply with the SAM License, applicable Meta policies,
and Hugging Face terms.
Could you please manually reconsider my request, or reset the access
status so that I can submit the application again?
Thank you for your time and consideration.