Instructions to use nomsgadded/Segments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomsgadded/Segments with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="nomsgadded/Segments")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("nomsgadded/Segments") model = SegformerForSemanticSegmentation.from_pretrained("nomsgadded/Segments", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
19f5be9
1
Parent(s): ff0b1f4
Training in progress, step 800
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14918708
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:810d8fc535415d3f22c6ca78ae75dd8fec05ed3a18670b07161b28911b294cfa
|
| 3 |
size 14918708
|