EDSR-PyTorch
EDSR-PyTorch copied to clipboard
With the MDSR in final models, the generated image is wrong.
Hi, I have a problem when testing images.
When using MDSR in the final model, the generated image is grey.
python main.py --data_test Demo --scale 4 --pre_train MDSR.pt --test_only --save_results
The wrong result is as follows:
When using the baseline model, the generated image is normal.
python main.py --data_test Demo --scale 4 --pre_train download --test_only --save_results
Waiting for your reply! Thank you!
@Lishiyuan0813 I had the same error. Do you solve it?
Glad to share some progress on the way to solve it. I just jumped into the same situation with the parameters: --scale 4, --model MDSR. Then it came out with perpect results when change the parameters: --scale 2. For my point of view, there are some limitations on the download model. Only --scale 2 goes well with it.