Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ ax[1].imshow(label2rgb(out["nuc"][0][0], bg_label=0)) # inst_map
|
|
93 |
ax[2].imshow(label2rgb(out["nuc"][0][1], bg_label=0)) # type_map
|
94 |
ax[3].imshow(label2rgb(out["tissue"][0], bg_label=0)) # tissue_map
|
95 |
```
|
96 |
-
|
97 |
|
98 |
## Dataset Details
|
99 |
Semi-manually annotated HGSC Primary Omental samples from the (private) DECIDER cohort. Data acquired in the DECIDER project,
|
|
|
93 |
ax[2].imshow(label2rgb(out["nuc"][0][1], bg_label=0)) # type_map
|
94 |
ax[3].imshow(label2rgb(out["tissue"][0], bg_label=0)) # tissue_map
|
95 |
```
|
96 |
+

|
97 |
|
98 |
## Dataset Details
|
99 |
Semi-manually annotated HGSC Primary Omental samples from the (private) DECIDER cohort. Data acquired in the DECIDER project,
|