Srameo / DNF

[CVPR 2023 Highlight] DNF: Decouple and Feedback Network for Seeing in the Dark
Other
139 stars 7 forks source link

LPIPS Metric #13

Open mkkim007 opened 8 months ago

mkkim007 commented 8 months ago

Hello, I calculated LPIPS as you instructed, but I obtained scores that do not match the paper's results. Did you normalize 8-bit PNG images from [0, 255] to [-1,1] when calculating LPIPS? Or could you provide some information about the conditions under which LPIPS was calculated?

taifuture commented 1 month ago

I also encountered a similar issue with calculating LPIPS. I have tried using both the LPIPS package and PYIQA, as well as two different image ranges, 0-255 and 0-1. I would appreciate any additional information you could provide. Thank you very much.