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
Describe the bug
I experimented with BRISQUE score today and found it to have nearly 0 correlation with Mean Opinion Scores for TID2013 dataset.
I compared result with pybrisque lib and found that they are very different for real images.
Expected behavior
I don't know correct value for first image, but for the second it definitely must be ~42, see plot with MATLAB comparison in pybrisque repo
The problem is due to data range, used for BRISQUE estimation. pybrisque.BRISQUE().getscore() uses 0-255, while piq.brisque uses 0-1. Changed it at PR.
Describe the bug
I experimented with BRISQUE score today and found it to have nearly 0 correlation with Mean Opinion Scores for TID2013 dataset.
I compared result with
pybrisque
lib and found that they are very different for real images.To Reproduce
Steps to reproduce the behavior:
pybrisque
goldhill.gif
: 27.8 pybrisque / 111.07 piq.brisqueI01.BMP
: 42.1 pybrisque / 95.5 piq.brisqueExpected behavior
I don't know correct value for first image, but for the second it definitely must be ~42, see plot with MATLAB comparison in pybrisque repo
images.zip
The text was updated successfully, but these errors were encountered: