MONet_run_conversion script#
Convert nnUNet model to MONAI Bundle format.
usage: MONet_run_conversion [-h] --bundle_path BUNDLE_PATH --nnunet_model
NNUNET_MODEL --dataset_name_or_id
DATASET_NAME_OR_ID [--metadata_file METADATA_FILE]
Named Arguments#
- --bundle_path
Path of the MONet Bundle to save the converted model.
- --nnunet_model
Path to the nnUNet model checkpoint file (e.g., Task09_Spleen.zip).
- --dataset_name_or_id
Name or ID of the dataset to convert.
- --metadata_file
Path to the metadata file for the bundle.