Skip to content

Commit 2648b84

Browse files
committed
add note on input format to auto_runner
1 parent f0dde7a commit 2648b84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

monai/apps/auto3dseg/auto_runner.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ class AutoRunner:
194194
├── segresnet2d_0 # network scripts/configs/checkpoints and pickle object of the algo
195195
└── swinunetr_0 # network scripts/configs/checkpoints and pickle object of the algo
196196
197+
Notes:
198+
The input config requires at least the following keys:
199+
- ``modality``: the modality of the data, e.g. "ct", "mri", etc.
200+
- ``datalist``: the path to the datalist file in JSON format.
201+
- ``dataroot``: the root directory of the data files.
202+
203+
For the datalist file format, see the description under monai.data.decathlon_datalist.load_decathlon_datalist.
197204
"""
198205

199206
analyze_params: dict | None

0 commit comments

Comments
 (0)