pip install -r requirements.txt
python setup.py develop
./options/test
for the configuration file of the model to be tested, and prepare the testing data and pretrained model. sh demo.sh
The testing results will be saved in the ./results
folder.
This code is built on BasicSR and HAT. We thank the authors for sharing their codes.