Prepare your data, the index of the test data is in test.list
--Download best_model.pth and put it into ./model/
--Download res2net50_v1b_26w_4s-3cf99910.pth and put it into ./res_weight/
-- Run test.py
If you find our work useful or our work gives you any insights, please cite:
@article{meng2021graph,
title={Graph-based region and boundary aggregation for biomedical image segmentation},
author={Meng, Yanda and Zhang, Hongrun and Zhao, Yitian and Yang, Xiaoyun and Qiao, Yihong and MacCormick, Ian JC and Huang, Xiaowei and Zheng, Yalin},
journal={IEEE transactions on medical imaging},
volume={41},
number={3},
pages={690--701},
year={2021},
publisher={IEEE}
}
Part of our code is built based on PraNet, thanks Dr.Fan Dengping for such a good project.