Skip to content

Commit ba294b4

Browse files
Adding datalist generator to tutorial (#1129)
Fixes # #1128 ### Description Providing notebook containing datalist generator for auto3dseg AutoRunner tutorial Signed-off-by: Udbhav Ram <ramu@mcmaster.ca> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1cee348 commit ba294b4

File tree

4 files changed

+626
-1
lines changed

4 files changed

+626
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ deployment/ray/mednist_classifier_start.py
151151
*.nii.gz
152152
3d_segmentation/out
153153
*.nsys-rep
154+
auto3dseg/notebooks/datalist.json

auto3dseg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To further demonstrate the capabilities of **Auto3DSeg**, [here](tasks/instance2
6262

6363
### 1. Run with Minimal Input using ```AutoRunner```
6464

65-
The user needs to provide a data list (".json" file) for the new task and data root. A typical data list is as this [example](tasks/msd/Task05_Prostate/msd_task05_prostate_folds.json). After creating the data list, the user can create a simple "task.yaml" file (shown below) as the minimum input for **Auto3DSeg**.
65+
The user needs to provide a data list (".json" file) for the new task and data root. A typical data list is as this [example](tasks/msd/Task05_Prostate/msd_task05_prostate_folds.json). A sample datalist for an existing MSD formatted dataset can be created using [this notebook](notebooks/msd_datalist_generator.ipynb). After creating the data list, the user can create a simple "task.yaml" file (shown below) as the minimum input for **Auto3DSeg**.
6666

6767
```
6868
modality: CT

0 commit comments

Comments
 (0)