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
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
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
-
The module can either be used as a Python library, as CLI, or as Docker container.
9
+
The module can either be used as a Python library, as CLI, or as Docker container. It supports both 2D and 3D inputs,
10
+
the only hard requirement is the expected folder structure to use as input.
11
+
:warning: For using custom structures, modifying the code [here](https://github.com/dbouget/validation_metrics_computation/blob/master/raidionicsval/Validation/kfold_model_validation.py#L155) is a good place to start.
0 commit comments