This repository contains the code of the following paper "Learning Directional Feature Maps for Cardiac MRI Segmentation (published in MICCAI2020)", https://arxiv.org/abs/2007.11349
Please cite the related works in your publications if it helps your research:
@inproceedings{cheng2020learning,
title={Learning directional feature maps for cardiac mri segmentation},
author={Cheng, Feng and Chen, Cheng and Wang, Yukang and Shi, Heshui and Cao, Yukun and Tu, Dandan and Zhang, Changzheng and Xu, Yongchao},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={108--117},
year={2020},
organization={Springer}
}
complete_data_path = '../../ACDC_DataSet/training'
.cd ./tools
python -m torch.distributed.launch --nproc_per_node 4 --master_port $RANDOM train.py --batch_size 12 --mgpus 0,1,2,3 --output_dir logs/... --train_with_eval