Commit 45543128 authored by mibaumgartner's avatar mibaumgartner
Browse files

add graphs

parent 6874d3cf
...@@ -101,7 +101,6 @@ ENV/ ...@@ -101,7 +101,6 @@ ENV/
.idea .idea
*.txt *.txt
.idea/* .idea/*
*.png
*.nii.gz *.nii.gz
*.nii *.nii
*.tif *.tif
...@@ -110,7 +109,6 @@ ENV/ ...@@ -110,7 +109,6 @@ ENV/
*.xml *.xml
*.pkl *.pkl
*.pdf *.pdf
*.png
*.jpg *.jpg
*.jpeg *.jpeg
......
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
<div align="center"> <div align="center">
<img src=#TODO width="600px"> <img src=./source/v001/results_full.svg width="800px">
</div>
&nbsp;
### Train Pool [AP @ IoU 0.1] ### Train Pool [AP @ IoU 0.1]
...@@ -17,6 +18,8 @@ ...@@ -17,6 +18,8 @@
| nnUNetPlus | 0.304 | 0.700 | 0.955 | 0.935 | | nnUNetPlus | 0.304 | 0.700 | 0.955 | 0.935 |
| nnUNetBasic | 0.232 | 0.667 | 0.930 | 0.908 | | nnUNetBasic | 0.232 | 0.667 | 0.930 | 0.908 |
&nbsp;
### Validation Pool [AP @ IoU 0.1] ### Validation Pool [AP @ IoU 0.1]
5 Fold Cross Validation 5 Fold Cross Validation
...@@ -27,6 +30,8 @@ ...@@ -27,6 +30,8 @@
| nnUNetPlus | 0.720 | 0.197 | 0.721 | 0.721 | 0.579 | 0.678 | | nnUNetPlus | 0.720 | 0.197 | 0.721 | 0.721 | 0.579 | 0.678 |
| nnUNetBasic | 0.657 | 0.204 | 0.691 | 0.699 | 0.509 | 0.567 | | nnUNetBasic | 0.657 | 0.204 | 0.691 | 0.699 | 0.509 | 0.567 |
&nbsp;
Test Split Test Split
| Model | ProstateX | Pancreas | Hepatic Vessel | Colon | Liver | | Model | ProstateX | Pancreas | Hepatic Vessel | Colon | Liver |
...@@ -36,6 +41,8 @@ Test Split ...@@ -36,6 +41,8 @@ Test Split
ADAM Results are listed under Benchmarks ADAM Results are listed under Benchmarks
&nbsp;
### Test Pool [AP @ IoU 0.1] ### Test Pool [AP @ IoU 0.1]
5 Fold Cross Validation 5 Fold Cross Validation
...@@ -46,6 +53,8 @@ ADAM Results are listed under Benchmarks ...@@ -46,6 +53,8 @@ ADAM Results are listed under Benchmarks
| nnUNetPlus | 0.162 | | nnUNetPlus | 0.162 |
| nnUNetBasic | 0.159 | | nnUNetBasic | 0.159 |
&nbsp;
Test Split Test Split
| Model | Lymph Nodes | | Model | Lymph Nodes |
...@@ -55,27 +64,34 @@ Test Split ...@@ -55,27 +64,34 @@ Test Split
Luna results are listed under Benchmarks Luna results are listed under Benchmarks
&nbsp;
</div>
## Benchmarks ## Benchmarks
### Luna ### Luna
<div align="center"> <div align="center">
<img src=#TODO width="600px"> <img src=./source/v001/luna.png width="800px">
</div>
| Methods | 1/8 | 1/4 | 1/2 | 1 | 2 | 4 | 8 | CPM | | Methods | 1/8 | 1/4 | 1/2 | 1 | 2 | 4 | 8 | CPM |
|:-----------:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| |:-----------:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|
| nnDetection | 0.812 | 0.885 | 0.927 | 0.950 | 0.969 | 0.979 | 0.985 | 0.930 | | nnDetection | 0.812 | 0.885 | 0.927 | 0.950 | 0.969 | 0.979 | 0.985 | 0.930 |
&nbsp;
</div>
### ADAM Live Leaderboard ### ADAM Live Leaderboard
<div align="center"> <div align="center">
<img src=#TODO width="600px"> <img src=./source/v001/adam.svg width="300">
</div>
| Model | Sens | FP | | Model | Sens | FP |
|:-----------:|:----:|:---:| |:-----------:|:----:|:---:|
| nnDetection | 0.64 | 0.3 | | nnDetection | 0.64 | 0.3 |
</div>
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment