This is an implementation of the MCDAU-Net.Due to memory limitations on GitHub, each person needs to perform the chunking operation themselves. For detailed instructions on the chunking process, please refer to the paper.
* Python3.9
* Pytorch1.10
* Best trained with GPUs
├── core.models: Build MCDAU-Net Model Code
├── core.utils: Read the dataset and calculate the mean and standard deviation
├── core.blocks: Build the MCDAU-Net module code
├── main.py: Model training
└── test.py: Model testing and save results