Download and decompress data from the link https://pan.baidu.com/s/1OdIoBwJy3GZB979JPBJS6w Password: qrlt
Transform .h5 format to .mat format "python convertH5tomat.py --data_dir XXX/T2Net/h5"
You can get the dir of as following:
git clone https://github.com/chunmeifeng/T2Net.git
single gpu train
python ixi_train_t2net.py
multi gpu train you can change the 65th line in ixi_tain_t2net.py , set num_gpus = gpu number, then run
python ixi_train_t2net.py
@inproceedings{feng2021T2Net,
title={Task Transformer Network for Joint MRI Reconstruction and Super-Resolution},
author={Feng, Chun-Mei and Yan, Yunlu and Fu, Huazhu and Chen, Li and Xu, Yong},
booktitle={International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year={2021}
}