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 SAM 3 access approval
#339
by kang3 - opened
Hello SAM 3 Team,
I am writing to politely request an update on my access application for the SAM 3 model. I submitted my request about 3 days ago, but it is currently still pending.
To give you some context, I am an employee at Electric Power Corporation. I plan to use the SAM 3 model strictly for non-commercial, internal work-related research and applications.
Could you please kindly review my request when you have a moment? Please let me know if you need any additional information from my end.
Thank you for your time and for sharing this fantastic model!
Best regards