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 ·
ff0b1f4
1
Parent(s): a4d78a0
Training in progress, step 600
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:1f12e2cf97e327f1fe20445874f73112850482d124932964af3ceaf0636607b1
|
| 3 |
size 14918708
|