weihuang-cs / nnunet_mini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

License:MIT License


Languages

Language:Python 100.0%Language:Shell 0.0%