limuloo / PyDIff

[IJCAI 2023 ORAL] "Pyramid Diffusion Models For Low-light Image Enhancement" (Official Implementation)
Other
149 stars 8 forks source link

PSNR without Kind align #10

Closed FireWallDragonDarkFluid closed 11 months ago

FireWallDragonDarkFluid commented 11 months ago

Hi!

Wondering the PSNR score without Kind align. Are the scores recorded in the paper produced with Kind align?

Thanks a lot.

limuloo commented 11 months ago

Yes. For a better comparison, many SOTA methods in the current LOL benchmark (such as the second-ranked LLFLOW) adjust the brightness of the image output by the network to be consistent with GT to compare the restoration of texture details and color.

limuloo commented 11 months ago

You can easily set 'use_kind_align' as false in 'options/infer.yaml' to get result without Kind align.