EDSR-PyTorch
EDSR-PyTorch copied to clipboard
training results good but the test PSNR results are 0?
why the test results PSNR are 0?
Hi, I've just encountered the same problem, have you solved it?
Hi, I've just encountered the same problem, have you solved it?
sorry, i dont
Are you using an updated EDSR code? I encountered the same error in the previous version but it has been resolved in the latest version.
Hi, I've just encountered the same problem, have you solved it?
my test code : CUDA_VISIBLE_DEVICES=2,3 python main.py --data_test Demo --ext img --scale 2 --n_resblocks 32 --n_feats 256 --res_scale 0.1 --pre_train ../experiment/edsr_x2/model/model_best.pt --test_only --save_results
@dc-linkx Could you please attach a screenshot of output?
@AbdulMoqeet here is the output , thx for your quick response
Demo is just for super-resolving the images. You may calculate PSNR by either using Matlab Code or change -data_test Demo
to -data_set my_dataset
and keep my_dataset
folder into benchmark folder with this kind of directory structure . Before calculating on your dataset, first try with benchmark dataset to ensure, you are doing right.
@dc-linkx 大佬你解决了吗,我连进度条都显示不出来?
@AbdulMoqeet 你好, 我用python main.py --data_test Demo --scale 2 --n_resblocks 32 --n_feats 256 --res_scale 0.1 --pre_train ../experiment/model/EDSR_x2.pt --test_only --save_results测试 出现以下几个问题