Hello, I use the code of this project, and the calculated PSNR and SSIM are smaller than the results of other papers. The value of RMSE is large.
After denormalize_ function, the pixel value range of the image changes to [-1024,3072], but trunc function is used to directly change the pixel value greater than 240 to 240, and the pixel value less than -160 to -160.
Why the change? Why is the pixel value negative?
Hello, I use the code of this project, and the calculated PSNR and SSIM are smaller than the results of other papers. The value of RMSE is large.
After denormalize_ function, the pixel value range of the image changes to [-1024,3072], but trunc function is used to directly change the pixel value greater than 240 to 240, and the pixel value less than -160 to -160. Why the change? Why is the pixel value negative?