Code for paper:
Python 2.7
TensorFlow == 1.4.0
Keras == 2.2.4
For keras2.0.0 compatibility checkout tag keras2.0.0
- Start the training using:
python main.py -c configs/fusion_config.json # MCF-3D-CNN
python main.py -c configs/3dcnn_config.json # 3DCNN
- Start Tensorboard visualization using:
tensorboard --logdir=experiments/Year-Month-Day/Ex-name/logs
The proprietary of the data belongs to Beijing Friendship Hospital.
Tabel1 The results of discriminating the HCC and cirrhosis
Tabel2 The results of non-invasive assessment of HCC differentiation
If you use this code for your research, please cite our papers.
@inproceedings{IGTA 2018,
title={Temporal-Spatial Feature Learning of Dynamic Contrast Enhanced-MR Images via 3D Convolutional Neural Networks},
author={Jia X., Xiao Y., Yang D., Yang Z., Wang X., Liu Y},
booktitle={Image and Graphics Technologies and Applications. IGTA 2018. Communications in Computer and Information Science},
year={2018}
}