Srameo / DNF

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

how to calculate lpips #9

Closed junnjxx closed 10 months ago

junnjxx commented 11 months ago

Hello,

I've been attempting to understand how the lpips calculation is performed, but I have been unable to locate the corresponding code within your repository. Would you kindly provide me with the location of the relevant code? While this may be a straightforward matter for you, it would greatly help in resolving my current predicament. Thank you very much for your assistance!

Srameo commented 10 months ago

Thank you for your attention to DNF!

Our metrics on lpips is calculated using the pyiqa package and the generated images by our DNF (saved on disks). You can refer to the official repo of pyiqa for more details.