For confidential reasons, we only demonstrate our testing codes to demonstrate the authenticity and excellence of our methods. If the paper is officially published, we will update our training code.
We provide our pre-trained model FASR-IXI.pt for IXI on baidu cloud (spjj).
The model for Fastmri will be updated if the paper is officially published.
In this paper, we conduct two experiments on two public datasets: IXI and Fastmri.
The IXI dataset can be downloaded from IXI.
The Fastmri dataset can be downloaded from Fastmri.
To save the time for downloading the datasets, we provide some images in folder "demo". Some reconstruction results will be generated by this code. The images on the left are ground-truth, the images on the right are super-resolution images produced by our method.
- python 3.7 (recommend to use Anaconda)
- python packages:
pip install opencv-python imageio
- pytorch >= 1.1.0
- torchvision >= 0.4.0
- Clone the github repo.
git clone https://github.com/yimingliu123/FASR-Net.git
cd FASR-Net
-
Place the pre-trained model in the proper location and modify "model_path" in test.sh.
-
Run test.sh. The results will be generated in the "test" folder.
sh test.sh