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
Requesting Access for SAM3 - Application Pending Since August 13th
#396
by Goliyakamlesh - opened
Hello SAM3 Team,
I requested access to the SAM3 repository on August 13th (Username: Goliyakamlesh), but my application is still in the "Pending" status.
Could you please review my request and grant access? I am eager to use this model for my upcoming project and would greatly appreciate your help in expediting the process.
Thank you for your time and assistance!