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 for manual review of rejected SAM 3 access β Rogz715
#333
by Rogz715 - opened
Hello Meta SAM 3 team,
My access request to facebook/sam3 was rejected, but no rejection reason was provided.
I have now reviewed and completed my Hugging Face profile information.I am a student affiliated with The University of Hong Kong.I intend to use SAM 3 for research on 3D reconstruction.
I agree to comply with the SAM License and all applicable usage requirements.
Hugging Face username: Rogz715
Could you please manually review my request, or reset it to pending so that I can submit the required information again?
Thank you.