MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

8328 nnunet bundle integration

Open SimoneBendazzoli93 opened this issue 7 months ago • 0 comments

Updates to #8328 and PR #8329

Description

Fixed nnUNet to MONAI Bundle functionalities:

  • Support for trained checkpoint as a TorchScript
  • Multi-channel input tensor
  • Fixed issue on different axis permutation between nnUNet and MONAI loaders

Types of changes

  • [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.
  • [x] 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.

SimoneBendazzoli93 avatar Jun 03 '25 08:06 SimoneBendazzoli93