We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfa3f6 commit fb53523Copy full SHA for fb53523
auto3dseg/README.md
@@ -60,7 +60,7 @@ To further demonstrate the capabilities of **Auto3DSeg**, [here](./tasks/instanc
60
61
To run Auto3DSeg on your own dataset, all you need to do is build a `datalist.json` file for your dataset, and run the AutoRunner on it.
62
63
-The datalist format is based on the datasets released by the (Medical Segmentation Decathlon)[http://medicaldecathlon.com].
+The datalist format is based on the datasets released by the (Medical Segmentation Decathlon)[http://medicaldecathlon.com].
64
See the function `load_decathlon_datalist` in `monai/data/decathlon_datalist.py` for a description of the format.
65
66
For the AutoRunner, we only need the `training` data, since it will automatically create cross-validation folds.
0 commit comments