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 SAM3
#305
by mpkmateusz - opened
Hi team,
I would like to kindly ask for the approval of my pending access request for the SAM3. I am currently working on an application that recognizes objects and models in video games. I would like to use SAM to significantly speed up and simplify the process of defining training samples for a YOLO.
This is strictly a non-commercial, personal project aligned with my hobbies.
Could you please approve my request?
Thank you