This repo holds the pytorch implementation of ConResNet:
Paper: Inter-slice Context Residual Learning for 3D Medical Image Segmentation. (https://ieeexplore.ieee.org/abstract/document/9245569) (https://arxiv.org/pdf/2011.14155.pdf)
Python 3.6
Torch==1.4.0
Apex==0.1
git clone https://github.com/jianpengz/ConResNet.git
cd ConResNet
dataset/
.run.sh
to start the training. python test.py
to start the evaluation.If this code is helpful for your study, please cite:
@article{zhang2020conresnet,
title={Inter-slice Context Residual Learning for 3D Medical Image Segmentation},
author={Zhang, Jianpeng and Xie, Yutong and Wang, Yan and Xia, Yong},
journal={IEEE Transactions on Medical Imaging},
volume={40},
number={2},
pages={661-672},
year={2021},
publisher={IEEE}
}
Jianpeng Zhang (james.zhang@mail.nwpu.edu.cn)