SHI-Labs / Cross-Scale-Non-Local-Attention

PyTorch code for our paper "Image Super-Resolution with Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining" (CVPR2020).
399 stars 46 forks source link

something about test Demo #45

Open JusticeLin opened 1 year ago

JusticeLin commented 1 year ago

I found that it is hard to use those code based on EDSR.Because I don`t know how to set the directory and other operation. For example,I put my dataset in a folder named Demo,then I change 'dir_data'to Demo,and use demo.sh to test,But whatever I do,the results of PSNR always be nan,it seems that the dataset have not been read.Could you please offer me some help?I am painful for seeing the code the whole day but getting nothing.

0-Maxwei-0 commented 9 months ago

I have the same question.