This repo holds the pytorch implementation of our MyoPS 2020 Challenge solution - EfficientSeg (Honorable Mention of MyoPS 2020):
EfficientSeg: A Simple But Efficient Solution to Myocardial Pathology Segmentation Challenge (https://link.springer.com/content/pdf/10.1007%2F978-3-030-65651-5_2.pdf)
sh train.sh
python evaluate.py
python post-processing.py
If this code is helpful for your study, please cite:
@inproceedings{zhang2020efficientseg,
title={EfficientSeg: A Simple But Efficient Solution to Myocardial Pathology Segmentation Challenge},
author={Zhang, Jianpeng and Xie, Yutong and Liao, Zhibin and Verjans, Johan and Xia, Yong},
booktitle={Myocardial Pathology Segmentation Combining Multi-Sequence CMR Challenge},
pages={17--25},
year={2020},
organization={Springer}
}
Jianpeng Zhang (james.zhang@mail.nwpu.edu.cn)