├── Logs └── T20200913_164608 │ ├── LossList.txt │ ├── dice_list.txt │ └── events.out.tfevents.1599986769.amax ├── RAUNet.py ├── README.md ├── img ├── AAM.png ├── RAUNet.png ├── fig6.png └── results.png ├── load_dataset.py ├── loss.py ├── test.py ├── train.py └── validation.py /Logs/T20200913_164608/LossList.txt: -------------------------------------------------------------------------------- 1 | 44.41596789587112 2 | -------------------------------------------------------------------------------- /Logs/T20200913_164608/dice_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/Logs/T20200913_164608/dice_list.txt -------------------------------------------------------------------------------- /Logs/T20200913_164608/events.out.tfevents.1599986769.amax: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RAUNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/RAUNet.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/README.md -------------------------------------------------------------------------------- /img/AAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/img/AAM.png -------------------------------------------------------------------------------- /img/RAUNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/img/RAUNet.png -------------------------------------------------------------------------------- /img/fig6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/img/fig6.png -------------------------------------------------------------------------------- /img/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/img/results.png -------------------------------------------------------------------------------- /load_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/load_dataset.py -------------------------------------------------------------------------------- /loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/loss.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/train.py -------------------------------------------------------------------------------- /validation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nizhenliang/RAUNet/HEAD/validation.py --------------------------------------------------------------------------------