Winning submission of the Grand Challenge on MR Brain Segmentation at MICCAI 2018 by team MISPL (Medical Image and Signal Processing Lab @ DGIST).
- Check the challenge results
- Download pretrained weights
- Check our article: 3D Patchwise U-Net with Transition Layers for MR Brain Segmentation
Create a python environment able to run the packages Numpy, TensorFlow and SimpleITK. Then you can execute the commands according to the required task as follows.
bash run.sh <run number> train <GPU number> <checkpoint number>
bash run.sh 1 train 0 0
bash run.sh <run number> test <GPU number> <checkpoint number>
bash run.sh 1 test 0 0
bash run.sh <run number> summaries <GPU number>
bash run.sh 1 summaries 0
bash get_summaries.sh
cat summary.txt
If you find the code useful for your research, please consider citing our article:
- MISPL_MRBrainS18:
@inproceedings{mispl_mrbrains18,
title={3D Patchwise U-Net with Transition Layers for MR Brain Segmentation},
author={Miguel Luna and Sang Hyun Park,
booktitle={Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries},
year={2019}
}