CARN-pytorch
CARN-pytorch copied to clipboard
Get pre-trained model PSNR is lower than paper
Hello!
I use command
python carn/sample.py --model carn --test_data_dir dataset/Urban100 --scale 2 --ckpt_path ./checkpoint/carn.pth --sample_dir Urban100carn
to get SR images of pre-trained model you offered in checkpoint.
Than use matlab code https://github.com/jbhuang0604/SelfExSR/blob/master/quant_eval
as you mentioned in other issue, but I got PSNR is 31.91, your paper result is 31.92(Urban100 X2).
Does I miss something? Please point to me, thank you very much!
hmm... Have you evaluated the PSNR of the provided result as well? And are other cases are matched to the paper? Unfortunately, I can't check this issue since I don't have a MATLAB license currently :(
你好,请问您是怎么解决测试预训练输出没有任何东西这个问题的?