The version of torch and metrics to evaluate SSIM and PSNR?
Opened this issue · 1 comments
zdlarry commented
Dear author, thank you for your great job~
I would like to know the detailed version of pytorch and python in your model environment. Since when I use the model you release, the PSNR & SSIM results on the postcard and object datasets are a little different from those in your paper.
Here the metrics I use to evaluate PSNR & SSIM are skimage.metrics.peak_signal_noise_ratio
and skimage.metrics.structural_similarity
, the python and pytorch version in my device are 3.7.3 and 1.2.0.
Looking forward to your reply~
Wu-Xiuchao commented
👍