Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,11 @@ The inputs of the model are the pathological image features and pathological tex
|
|
20 |
You can organize your own dataset for evaluation according to this method.
|
21 |
|
22 |
### Results
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
25 |
|
|
|
|
|
|
20 |
You can organize your own dataset for evaluation according to this method.
|
21 |
|
22 |
### Results
|
23 |
+
| pathological image | heat map of image|text and importance distribution |
|
24 |
+
| ---- | ---- | ---- |
|
25 |
+
|<img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/8-A1.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/8-A1-heatmap.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/8-A1-txt-visual.png" width="224" height="224" alt="">|
|
26 |
+
|<img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225633812.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225633812-heatmap.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225633812-txt-visual.png" width="224" height="224" alt="">|
|
27 |
+
|<img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225603708.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225603708-heatmap.png" width="224" height="224" alt=""> | <img src="https://huggingface.co/ankoninc/pathologyprognosis/resolve/main/images/20225603708-txt-visual.png" width="224" height="224" alt="">|
|
28 |
|
29 |
+
This [links]() shows more visualized results corresponding to pathological images and text inputs.
|
30 |
+
The visualized results include the heat map distribution of pathological images, the heat map distribution of pathological image patches, and the display of text importance distribution.
|