You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to reproduce the results of fig.16 in the appendix of PiGDM using the provided implementation.
I see a noticeable difference in perceptual quality between them for the ILSVRC2012_val_00000293 image with sr4:
Image from figure ("PiGDM (100 steps)"):
Reproduced image:
(note the sharper details in the paper's version, albeit being resized to 176x176 in the PDF)
To generate the image I used the following command:
It seems part of the difference comes from the fact that the SR experiments of PiGDM were initialized from y noised to timestep 500 (Sec B.1 of PiGDM). This can be configured using exp.start_step=500. Now we get:
I tried to reproduce the results of fig.16 in the appendix of PiGDM using the provided implementation.
I see a noticeable difference in perceptual quality between them for the
ILSVRC2012_val_00000293
image withsr4
:Image from figure ("PiGDM (100 steps)"):
Reproduced image:
(note the sharper details in the paper's version, albeit being resized to 176x176 in the PDF)
To generate the image I used the following command:
As PiGDM has no official implementation and this is probably the closest to one we have, do you have any idea from where this discrepancy comes from?
The text was updated successfully, but these errors were encountered: