Download complete training dataset in this site. Code:w33i.
Run
python train_sr.py --opt=options/train_infraffn.json
Download trained models and complete testing dataset in thie site. Code:w33i.
Setting up the following directory structure:
.
├── model_zoo
| ├──InfraFFN_x4.pth # X4
| ├──InfraFFN_x3.pth # X3
| |——InfraFFN_x2.pth # X2
Run
python my_main_test_infraffn.py
Thanks to Kai Zhang for his work.