Home

Awesome

Hyperdensenet_Pytorch

This is a Pytorch implementation of Hyperdensenet. For the detailed architecture please refer to the original paper: link

This is not the original implementation of the paper (Do not use it to reproduce the results). The original code is based on Theano and can be found here

Design of the Proposed Model

model

Dependencies

This code depends on the following libraries:

Training

The model can be trained using below command:

python mainHyperDenseNet.py

Preparing your data

--modality_dirs T1 T2_FLAIR

Current version

--numModal n

where n is the number of modalities.

If you use this code in your research, please consider citing the following paper:

Dolz J, Gopinath K, Yuan J, Lombaert H, Desrosiers C, Ayed IB. HyperDense-Net: A hyper-densely connected CNN for multi-modal image segmentation. IEEE transactions on medical imaging. 2018 Oct 30;38(5):1116-26.

HyperDenseNet_pytorch