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") - Notebooks
- Google Colab
- Kaggle
Request manual review / reset access request
#267
by zht0507 - opened
Hello Meta AI Team,
My request to access facebook/sam3 was rejected, likely because I submitted the request without providing enough information about my research use case.
I am an undergraduate researcher at UC Davis working in the BIRD Lab on bird flight video segmentation and masking. I would like to evaluate SAM3 for research purposes on high-speed multi-camera bird flight videos. The model would only be used for academic research and evaluation, not for commercial deployment.
Could you please reconsider my request or reset my application status so I can resubmit it with the correct information?
Thank you very much.