Instructions to use RKoops/my-segmentation-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RKoops/my-segmentation-model with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("RKoops/my-segmentation-model") model = SegformerForSemanticSegmentation.from_pretrained("RKoops/my-segmentation-model") - Notebooks
- Google Colab
- Kaggle
Upload SegformerForSemanticSegmentation
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15082081
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed437d51d75cd54a7d76027b5c4d2a760ec7fd48c980427a7aa8a070da96b1eb
|
| 3 |
size 15082081
|