Instructions to use CollectionStudio/sam2-hiera-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CollectionStudio/sam2-hiera-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="CollectionStudio/sam2-hiera-tiny")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("CollectionStudio/sam2-hiera-tiny") model = AutoModel.from_pretrained("CollectionStudio/sam2-hiera-tiny") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
cb77a3a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:65b50056e05bcb13694174f51bb6da89c894b57b75ccdf0ba6352c597c5d1125
size 155906050
|