Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook to demo the suggested nnUNet MONAI Bundle #1939

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

SimoneBendazzoli93
Copy link

@SimoneBendazzoli93 SimoneBendazzoli93 commented Feb 5, 2025

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:

  1. Train a nnUNet model using the nnUNetV2Runner implementation
  2. Wrap the trained model into a MONAI Bundle-compatible model
  3. Run Inference using the MONAI Bundle syntax
  4. Instructions on how to generate the MONAI Bundle to run the nnUNet training step with the MONAI Bundle syntax.

Checks

  • Avoid including large-size files in the PR.
  • Clean up long text outputs from code cells in the notebook.
  • For security purposes, please check the contents and remove any sensitive info such as user names and private key.
  • Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the ./figure folder
  • Notebook runs automatically ./runner.sh -t <path to .ipynb file>

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

pre-commit-ci bot and others added 10 commits February 5, 2025 15:39
…th.se>, hereby add my Signed-off-by to this commit: 2bd177e I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 46d8073  Signed-off-by: simben <[email protected]>
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 2bd177e
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 46d8073
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 4d8ba15

Signed-off-by: simben <[email protected]>
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: e65a170

Signed-off-by: simben <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial for using nnUNet MONAI Bundle
1 participant