SHI-Labs/Pyramid-Attention-Networks

weird results

aligoglos opened this issue · 3 comments

I tried to run SP code with some test images but results are like these :
1_x4_SR
input image :
1
I tried this script :
python main.py --model PAEDSR --dir_demo ./inputs/ --data_test Demo --save_results --rgb_range 1 --scale 4 --n_feats 256 --n_resblocks 32 --res_scale 0.1 --pre_train model_x4.pt --test_only --chop

Hi, i not sure why this happen. It seems that model weight is not loaded correctly. Could you try to download the weight again?
It works in my computer with the same command. Here is my result in experiment/test/results-Demo/
temp_x4_SR

Yes it solved.

I have the same problems,how did u solve it?