Update README.md
Browse files
README.md
CHANGED
@@ -83,6 +83,7 @@ ax[0].imshow(im)
|
|
83 |
ax[1].imshow(label2rgb(out["nuc"][0][0], bg_label=0)) # inst_map
|
84 |
ax[2].imshow(label2rgb(out["nuc"][0][1], bg_label=0)) # type_map
|
85 |
```
|
|
|
86 |
|
87 |
## Dataset Details
|
88 |
Semi-manually annotated HGSC Primary Omental samples from the (private) DECIDER cohort. Data acquired in the DECIDER project,
|
|
|
83 |
ax[1].imshow(label2rgb(out["nuc"][0][0], bg_label=0)) # inst_map
|
84 |
ax[2].imshow(label2rgb(out["nuc"][0][1], bg_label=0)) # type_map
|
85 |
```
|
86 |
+

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