This repository is the official NTIRE Challenge 2023 implementation of Team LVGroup_HFUT in Image Super-Resolution (x4) Challenge. The restoration results of the testing images can be downloaded from here. Our pretrained models can be downloaded from here.
./train.sh
Attention that you should change the path of datasets.
python main_test_swinir.py --task classical_sr --scale 4 --training_patch_size 48 --model_path your path --folder_lq your low-resolution image path --folder_gt your high-resolution image path