ARM-Net icon indicating copy to clipboard operation
ARM-Net copied to clipboard

How to get Fig.4. (a) 0.85 ?

Open wangqiim opened this issue 3 years ago • 2 comments

In Fig.4.(a), I find different models will cause different PSNR lookup results. How to get Spearman correlation (0.85) coefficient picture (Fig.4.(a)). What model do you use to generate psnr values. (complex model will cause more pricise PSNR value)

wangqiim avatar Nov 22 '22 10:11 wangqiim

In Fig.4.(a), I find different models will cause different PSNR lookup results. How to get Spearman correlation (0.85) coefficient picture (Fig.4.(a)). What model do you use to generate psnr values. (complex model will cause more pricise PSNR value)

Hello. I find errors when run the test with fsrcnn with the pretrain model. sr_img[istepself.scale:istepself.scale+patch_sizeself.scale,jstepself.scale:jstepself.scale+patch_sizeself.scale,:]+=sr_list[index] IndexError: list index out of range It seems that it occur during calculate the test_patch in is_calc_hmap . Do you have the similar problem?

mrgreen3325 avatar Jan 10 '23 09:01 mrgreen3325

In Fig.4.(a), I find different models will cause different PSNR lookup results. How to get Spearman correlation (0.85) coefficient picture (Fig.4.(a)). What model do you use to generate psnr values. (complex model will cause more pricise PSNR value)

Hello. I find errors when run the test with fsrcnn with the pretrain model. sr_img[i_step_self.scale:i_step_self.scale+patch_size_self.scale,j_step_self.scale:j_step_self.scale+patch_size_self.scale,:]+=sr_list[index] IndexError: list index out of range It seems that it occur during calculate the test_patch in is_calc_hmap . Do you have the similar problem?

No, I don't run the base code actually. I just modify and use some codes about psnr-lookup-table on my dataset.

wangqiim avatar Jan 10 '23 14:01 wangqiim