Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ pipeline_tag: image-segmentation
|
|
4 |
tags:
|
5 |
- medical
|
6 |
- biology
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# CPP-Net Model for High-Grade Serous Ovarian Cancer Panoptic Segmentation
|
@@ -115,7 +117,7 @@ nuc_classes = {
|
|
115 |
6: "macrophage_nuc",
|
116 |
}
|
117 |
|
118 |
-
|
119 |
0: "background",
|
120 |
1: "stroma",
|
121 |
2: "omental_fat",
|
|
|
4 |
tags:
|
5 |
- medical
|
6 |
- biology
|
7 |
+
- histology
|
8 |
+
- histopathology
|
9 |
---
|
10 |
|
11 |
# CPP-Net Model for High-Grade Serous Ovarian Cancer Panoptic Segmentation
|
|
|
117 |
6: "macrophage_nuc",
|
118 |
}
|
119 |
|
120 |
+
tissue_classes = {
|
121 |
0: "background",
|
122 |
1: "stroma",
|
123 |
2: "omental_fat",
|