Simone Bendazzoli
Simone Bendazzoli
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...
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...
Notebook tutorial to demonstrate the suggested solution for wrapping nnUNet into a MONAI Bundle (Project-MONAI/MONAI#8328)
This PR introduces support for the MONet Bundle (an nnUNet wrapper for the MONAI Bundle) into MONAI Deploy. Key Features: - Added a new operator: **`MONetBundleInferenceOperator`**, extending **`MonaiBundleInferenceOperator`** - Included...