Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 350 Bytes

nnunet_mini

Usage

    1. use the original nnUNet to do data processing and generate training planning.
    1. change the path in configuration.py to your own.
    1. use your own network to replace the original Generic_UNet in "nnUNetTrainer.py", line 275, function "initialize_network()".
    1. train your own network using the "train_shell.py".