photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.38k stars 116 forks source link

Metric: NIQE for No-reference IQA #124

Open zakajd opened 4 years ago

zakajd commented 4 years ago

Is your feature request related to a problem? Please describe. Very commonly used no-reference metric, which is mentioned in almost all IQA papers after it's initial release in 2013.

Describe the solution you'd like

Additional context Original paper: https://live.ece.utexas.edu/research/Quality/niqe_spl.pdf Python code: https://github.com/guptapraful/niqe/blob/master/niqe.py

Timmate commented 2 years ago

Please note that the linked implementation of the NIQE metric may be erroneous, see this issue.