Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,9 @@ datasets:
|
|
| 5 |
- RationAI/PanNuke
|
| 6 |
tags:
|
| 7 |
- biology
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
|
@@ -50,4 +53,4 @@ results = processor.post_process_instance(
|
|
| 50 |
primaryClass={cs.CV},
|
| 51 |
url={https://arxiv.org/abs/2601.03163}
|
| 52 |
}
|
| 53 |
-
```
|
|
|
|
| 5 |
- RationAI/PanNuke
|
| 6 |
tags:
|
| 7 |
- biology
|
| 8 |
+
base_model:
|
| 9 |
+
- microsoft/swinv2-tiny-patch4-window16-256
|
| 10 |
+
pipeline_tag: image-segmentation
|
| 11 |
---
|
| 12 |
|
| 13 |
|
|
|
|
| 53 |
primaryClass={cs.CV},
|
| 54 |
url={https://arxiv.org/abs/2601.03163}
|
| 55 |
}
|
| 56 |
+
```
|