Skip to content

Commit a201085

Browse files
committed
gdrive link to models added to read me
1 parent ab405ce commit a201085

File tree

1 file changed

+10
-3
lines changed
  • examples/apps/cchmc_nnunet_fifteen_ckpt_app

1 file changed

+10
-3
lines changed

examples/apps/cchmc_nnunet_fifteen_ckpt_app/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This README describes the process of converting the [CCHMC Pediatric Airway Segm
66

77
The `convert_nnunet_ckpts.py` script simplifies the process of converting nnUNet model checkpoints to MONAI bundle format. This conversion is necessary to use nnUNet models within MONAI applications and the MONAI Deploy ecosystem.
88

9+
## Example model checkpoints
10+
11+
Sample nnunet model checkpoints for a UTE MRI airway segmentation in NICU patients are available here
12+
13+
https://drive.google.com/drive/folders/1lRs-IoLR47M_WFyZmuCaROJULtyPdkLm?usp=drive_link
14+
915
### Prerequisites
1016

1117
Before running the conversion script, ensure that:
@@ -51,9 +57,10 @@ The conversion creates a MONAI bundle with the following structure in the specif
5157
```
5258
MAP_root/
5359
└── models/
54-
├── dataset.json # Dataset configuration
55-
├── plans.json # Model planning information
56-
├── postprocessing.pkl # Optional postprocessing configuration
60+
├── jsonpkls/
61+
│ ├── dataset.json # Dataset configuration
62+
│ ├── plans.json # Model planning information
63+
│ ├── postprocessing.pkl # Optional postprocessing configuration
5764
├── 3d_fullres/ # Model configuration (if present)
5865
│ ├── nnunet_checkpoint.pth
5966
│ └── fold_X/ # Each fold's model weights

0 commit comments

Comments
 (0)