jianpengz / ConResNet

[IEEE-TMI2020] Inter-slice Context Residual Learning for 3D Medical Image Segmentation
GNU General Public License v3.0
50 stars 16 forks source link

ConResNet

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)

Requirements

Python 3.6
Torch==1.4.0
Apex==0.1

Usage

0. Installation

2. Training

3. Evaluation

7. Citation

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}
}

Contact

Jianpeng Zhang (james.zhang@mail.nwpu.edu.cn)