Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,16 @@ tags:
|
|
7 |
---
|
8 |
# Endometrical cancer segmentation
|
9 |
|
10 |
-
|
11 |
This repository contains a model trained based on the data from the study [Automated segmentation of endometrial cancer on MR images using deep learning](https://link.springer.com/content/pdf/10.1038/s41598-020-80068-9.pdf) with the objective of reproducing the reported results.
|
12 |
|
13 |
The source code for training and running inference on your own data is available at: https://github.com/MMIV-ML/fastMONAI/tree/master/research/endometrical_cancer.
|
14 |
|
15 |
## Results
|
16 |
-
|
|
|
|
|
|
|
|
|
17 |
|
18 |
| subject_id | tumor_vol | inter_rater | r1_ml | r2_ml |
|
19 |
|------------|-----------|-------------|----------|----------|
|
|
|
7 |
---
|
8 |
# Endometrical cancer segmentation
|
9 |
|
|
|
10 |
This repository contains a model trained based on the data from the study [Automated segmentation of endometrial cancer on MR images using deep learning](https://link.springer.com/content/pdf/10.1038/s41598-020-80068-9.pdf) with the objective of reproducing the reported results.
|
11 |
|
12 |
The source code for training and running inference on your own data is available at: https://github.com/MMIV-ML/fastMONAI/tree/master/research/endometrical_cancer.
|
13 |
|
14 |
## Results
|
15 |
+
|
16 |
+
The box plot of the predictions on the validation data:
|
17 |
+
![](boxplot.png)
|
18 |
+
|
19 |
+
The results from the validation data are also presented in the table below:
|
20 |
|
21 |
| subject_id | tumor_vol | inter_rater | r1_ml | r2_ml |
|
22 |
|------------|-----------|-------------|----------|----------|
|