Instructions to use pcuenq/sam2-hiera-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pcuenq/sam2-hiera-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="pcuenq/sam2-hiera-large")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("pcuenq/sam2-hiera-large") model = AutoModel.from_pretrained("pcuenq/sam2-hiera-large") - Notebooks
- Google Colab
- Kaggle
Purposefully using the wrong library name
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: mask-generation
|
| 4 |
-
library_name:
|
| 5 |
tags:
|
| 6 |
- transformers
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: mask-generation
|
| 4 |
+
library_name: something_else
|
| 5 |
tags:
|
| 6 |
- transformers
|
| 7 |
---
|