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