jt827859032 / DRRN-pytorch

Pytorch implementation of Deep Recursive Residual Network for Super Resolution (DRRN), CVPR 2017
MIT License
193 stars 53 forks source link

Why set_5.mat use double as ground truth #9

Open HarukiYqM opened 5 years ago

HarukiYqM commented 5 years ago

Hi I wonder how you generate the Set_5.mat. It shows that the ground truth are using double type and are not round to integer, if I try to round to integer, it gives a different psnr. However I found if I directly using rgb2ycrcb it gives an integer value in matlab.