Requirements:
- Python 3.6
- Pytorch 1.4.0
- scipy
- scikit-image
- opencv-python
- tqdm
Our code has been tested with Python 3.6, Pytorch 1.4.0, torchvision 0.5.0, CUDA 10.0 on Ubuntu 18.04.
- Train the model
python train.py
- Test the model
python test.py
@inproceedings{Li2022WavTransSW,
title={WavTrans: Synergizing Wavelet and Cross-Attention Transformer for Multi-contrast MRI Super-Resolution},
author={Guangyuan Li and Jun Lyu and Chengyan Wang and Qi Dou and Jin Qin},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
year={2022}
}
Our code is built on DuDoRNet and SwinIR. Thank the authors for sharing their codes!