EDSR-PyTorch icon indicating copy to clipboard operation
EDSR-PyTorch copied to clipboard

Only PSNR, missing SSIM

Open baobaovuongcho opened this issue 5 years ago • 4 comments

Hello, I want to calculate both PSNR/SSIM however this code was not provided to calculate SSIM as the public paper. How can I calculate them, Thanks.

baobaovuongcho avatar Oct 21 '20 15:10 baobaovuongcho

An unofficial PyTorch implementation https://github.com/HolmesShuan/EDSR-ssim.

HolmesShuan avatar Jan 15 '21 07:01 HolmesShuan

Hello, I want to calculate both PSNR/SSIM however this code was not provided to calculate SSIM as the public paper. How can I calculate them, Thanks.

Did you find a solution? I have the same problem.

lidanyang916 avatar Aug 10 '21 08:08 lidanyang916

An unofficial PyTorch implementation https://github.com/HolmesShuan/EDSR-ssim.

Should i just add the ssim function to the utility.py or replace the psnr function, train it again?

wwang0107 avatar Jun 06 '22 03:06 wwang0107