VITA-Group/DeblurGANv2

Can anyone reach the SSIM and PSNR results about GoPro dataset shown in paper

nests01 opened this issue · 3 comments

I trained the network and ran the code directly where the generator is fpn_inception and generator loss is:
0.5 ∗ Lp + 0.006 ∗ LX + 0.001 ∗ Ladv

And then I trained the network and ran the code with the same generator loss shown in paper:
0.5 ∗ Lp + 0.006 ∗ LX + 0.01 ∗ Ladv

The best results are: PSNR 27.0226; SSIM 0.8866
which are far away from the paper's results: PSNR 29.55; SSIM 0.934

Can anyone run the code on GoPro dataset and reproduce the evaluation metrics results?

hi,my result of repeat is PSNR 26.58,ssim 0.8968.Have you found the solution

same problem

same problem