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 SAM3 access application
#309
by m121371 - opened
Hello Meta AI team,
My access request to the facebook/sam3 repository was recently rejected. I am a student researcher working on an academic project involving subject-level image cropping for industrial anomaly benchmark evaluation.
I intend to use SAM3 locally for non-commercial academic research only, specifically to generate segmentation candidates during preprocessing. I will comply with the SAM3 license, acceptable-use requirements, and privacy policy.
Could you please let me know whether my request can be manually reviewed or reset so that I can resubmit my information correctly? I am happy to provide any additional academic affiliation details if needed.
Thank you for your time.