Instructions to use jesusoctavioas/sam3-original with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jesusoctavioas/sam3-original with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="jesusoctavioas/sam3-original")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("jesusoctavioas/sam3-original") model = AutoModel.from_pretrained("jesusoctavioas/sam3-original") - Notebooks
- Google Colab
- Kaggle
Ctrl+K