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 of Rejected SAM 3 Access
#476
by Muumil - opened
Hello SAM 3 team,
My access request to facebook/sam3 was rejected. I would like to request a manual review.
I am building a local image-to-editable-PPTX tool. SAM 3 would only be used to segment complex visual elements from slide screenshots into independent image layers. The project runs locally on Windows, and the model will not be redistributed or exposed as a public API.
I will follow the SAM 3 license and usage requirements. Please reconsider or reset my access request if possible.
Thank you.
希望被看到