Add pipeline tag
Browse filesThis PR adds the `pipeline_tag` metadata to ensure the model can be found via the image-segmentation pipeline filter on the Hub.
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
# STSF+TPLS — pretrained checkpoints
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
tags:
|
| 5 |
+
- single-pixel-imaging
|
| 6 |
+
- image-free-inference
|
| 7 |
+
- segmentation
|
| 8 |
+
- computational-imaging
|
| 9 |
+
- pytorch
|
| 10 |
---
|
| 11 |
|
| 12 |
# STSF+TPLS — pretrained checkpoints
|