Context-Aware Refinement Network Incorporating Morphology Prior for Delineation of Largely Deformed Brain Midline (MICCAI 2020)
Install all dependent libraries:
pip install -r requirements.txt
You can use the scripts in the bin directory to train a model.
bash bin/train_ours.sh
We employ four metrics to measure the midline delineated by different methods, including line distance error (LDE), max shift distance error (MSDE), hausdorff distance (HD) and average symmetric surface distance (ASD).
bash bin/test_ours.sh
If you use this code for your research, please cite our paper.
@inproceedings{wang2020context,
title={Context-Aware Refinement Network Incorporating Structural Connectivity Prior for Brain Midline Delineation},
author={Wang, Shen and Liang, Kongming and Li, Yiming and Yu, Yizhou and Wang, Yizhou},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={208--217},
year={2020},
organization={Springer}
}