tutorials
tutorials copied to clipboard
Notebook to demo the suggested nnUNet MONAI Bundle
Fixes #1938
Description
Notebook tutorial to demonstrate the suggested solution for wrapping nnUNet into a MONAI Bundle (Project-MONAI/MONAI#8328)
The notebook includes code to:
- Train a nnUNet model using the nnUNetV2Runner implementation
- Wrap the trained model into a MONAI Bundle-compatible model
- Run Inference using the MONAI Bundle syntax
- Instructions on how to generate the MONAI Bundle to run the nnUNet training step with the MONAI Bundle syntax.
Checks
- [X] Avoid including large-size files in the PR.
- [X] Clean up long text outputs from code cells in the notebook.
- [X] For security purposes, please check the contents and remove any sensitive info such as user names and private key.
- [X] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the
./figurefolder - [ ] Notebook runs automatically
./runner.sh -t <path to .ipynb file>
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB