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 reconsideration of my SAM3 access
Hello Meta SAM3 team,
I am a university student from China working on remote sensing and GIS research.
I previously requested access to the SAM3 model, but my request was rejected. I believe my previous application may not have provided enough details about my intended use, so I would like to respectfully request reconsideration.
My intended use is strictly academic and non-commercial. I plan to use SAM3 for remote sensing image segmentation in QGIS, especially for Sentinel-2 satellite image analysis, water body extraction, and land-cover segmentation research.
Affiliation:
Guizhou University
Position:
Student
Use case:
Academic research, non-commercial remote sensing and geospatial image segmentation.
I will fully comply with the Meta license, the Hugging Face model terms, and all applicable usage policies.
Thank you very much for your time and consideration.
Best regards,
Zhou