Tensorflow implementation of our privileged multimodal knowledge learning framework.
Learning with Privileged Multimodal Knowledge for Unimodal Segmentation TMI 2021
- Install TensorFlow 1.10 and CUDA 9.0
- Clone this repo
git clone https://github.com/cchen-cc/PMKL
cd PMKL
- Use
nii2tfrecordfunction in./preprocessing.pyto convertniidata intotfrecordformat to be decoded by./data_loader.py
- Specify the data path in
./main.py - Run
./main.pyto start the training process
- Specify the model path and data path in
./evaluate.py - Run
./evaluate.pyto start the evaluation.
If you find the code useful for your research, please consider cite our paper.
@article{chen2021learning,
title={Learning with Privileged Multimodal Knowledge for Unimodal Segmentation},
author={Chen, Cheng and Dou, Qi and Jin, Yueming and Liu, Quande and Heng, Pheng Ann},
journal={IEEE Transactions on Medical Imaging},
year={2021},
publisher={IEEE}
}
- Contact: Cheng Chen ([email protected])
