You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://colab.research.google.com/gist/dbouget/4ebb25b139383e8ac87d1ef910098184/compute_validation_example.ipynb)
6
+
[](https://colab.research.google.com/gist/dbouget/7560fe410db03e384a45ddc77bbe9a57/compute_validation_example.ipynb)
7
7
8
8
The code corresponds to the Raidionics backend for running the k-fold cross-validation and metrics computation.
9
9
The module can either be used as a Python library, as CLI, or as Docker container.
@@ -14,16 +14,30 @@ The module can either be used as a Python library, as CLI, or as Docker containe
|**Validation**| <ahref="https://colab.research.google.com/gist/dbouget/7560fe410db03e384a45ddc77bbe9a57/compute_validation_example.ipynb"target="_parent"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> |[](https://github.com/dbouget/validation_metrics_computation/blob/master/notebooks/compute_validation_example.ipynb)|
34
+
|**Study**| <ahref="https://colab.research.google.com/gist/dbouget/8a0e093284688e993244930bd36fd367/compute_study_example.ipynb"target="_parent"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> |[](https://github.com/dbouget/validation_metrics_computation/blob/master/notebooks/compute_study_example.ipynb)|
35
+
36
+
</div>
37
+
</div>
25
38
26
39
## [How to cite](https://github.com/dbouget/validation_metrics_computation#how-to-cite)
40
+
27
41
If you are using Raidionics in your research, please cite the following references.
28
42
29
43
For segmentation validation and metrics computation:
@@ -58,9 +72,6 @@ The final software including updated performance metrics for preoperative tumors
58
72
In the following, a description of how the data should be organized on disk is provided, and a test dataset can
59
73
be downloaded [here](https://github.com/raidionics/Raidionics-models/releases/download/1.2.0/Samples-RaidionicsValLib_UnitTest1.zip).
60
74
61
-
A detailed interactive demo on how to load and work with the data can be seen on CoLab, simply click the CoLab badge <ahref="https://colab.research.google.com/gist/dbouget/4ebb25b139383e8ac87d1ef910098184/compute_validation_example.ipynb"target="_parent"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> to see the notebook.
62
-
Alternatively click [here](https://github.com/dbouget/validation_metrics_computation/blob/master/notebooks/compute_validation_example.ipynb) to see it on GitHub.
0 commit comments