daitao / SAN

Second-order Attention Network for Single Image Super-resolution (CVPR-2019)
554 stars 106 forks source link

is:issue is:open 测试过程中显示导入数据集大小为0?正常运行但无法识别数据集。 #52

Open sdbd9 opened 9 months ago

sdbd9 commented 9 months ago

python main.py --model san --data_test MyImage --save save_name --scale 2 --n_resgroups 20 --n_resblocks 10 --n_feats 64 --reset --chop --save_results --test_only --testpath '..\LR\LRBI' --testset Set5 --pre_train ..\SAN_BI2X.pt

用上面代码运行

得到下面的结果: `Making model... Loading model from ..\SAN_BI2X.pt

Evaluation: 0it [00:00, ?it/s] [MyImage x2] PSNR: 0.000 (Best: 0.000 @epoch 1) Total time: 0.01s, ave time: 12.97s

数据集大小: 0`