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
8525 improve documentation on the datalist format (#8539)
Fixes#8525 .
### Description
I found the description of the Medical Segmentation Decathlon datalist
format (short: decathlon datalist) lacking, although some parts of the
framework depend on it, specifically the Auto3DSeg AutoRunner.
I've added a comprehensive description of the format under
`monai.data.decathlon_datalist.load_decathlon_datalist`, and some small
notes elsewhere.
There's a corresponding PR for the tutorials
[here](Project-MONAI/tutorials#2019).
Please let me know if anything is incorrect, the codebase is quite big
and I haven't been working with it for very long.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Daniël Nobbe <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Kerfoot <[email protected]>
0 commit comments