Skip to content

Datalist_file link broken in tutorial notebook auto_runner.ipynb #1560

@alessando-guida

Description

@alessando-guida

Describe the bug

bug found in
https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto_runner.ipynb

After the Hippocampus dataset is downloaded, the datalist_file is defined as:

datalist_file = os.path.join("..", "tasks", "msd", msd_task, "msd_" + msd_task.lower() + "_folds.json")

This is supposed to be located here:

'../tasks/msd/Task04_Hippocampus/msd_task04_hippocampus_folds.json'

however the file is never created and the path with the dataset paths is not dumpt in there as in other example notebooks. As a consequence, autorunner fails to run and generates the following error:

ValueError: Datalist file is not found ../tasks/msd/Task04_Hippocampus/msd_task04_hippocampus_folds.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions