sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

There is no images in 'bin' . #274

Open Doreenqiuyue opened 4 years ago

Doreenqiuyue commented 4 years ago

I wanted to test the model trained by myself on Set5. When I used !python main.py --data_test Set5 --scale 2 --n_resblocks 32 --n_feats 256 --res_scale 0.1 --pre_train /content/EDSR-PyTorch-master/experiment/model/model_best.pt --test_only --self_ensemble --save_results , it will produce the folder 'bin', but there is no images in 'bin' . I also used ----ext sep_reset , --ext img, but the result is the same. And the test results are as follows:

Making model... Load the model from /content/EDSR-PyTorch-master/experiment/model/model_best.pt

Evaluation: 0it [00:01, ?it/s] [Set5 x2] PSNR: nan (Best: nan @epoch 1) Forward: 1.64s

Saving... Total: 1.79s

How to solve this problem? Thank you !

Doreenqiuyue commented 4 years ago

EDSR-PyTorch-master\dataset I place Set5 and DIV2K into dataset. When I test DIV2K, the result is the same. Can I test the DIV2K from 900 to 1000?