ocampor / notebooks

Repository that contains my research
GNU General Public License v3.0
75 stars 91 forks source link

Results out of range #16

Closed icofalc closed 3 years ago

icofalc commented 3 years ago

Hi @ocampor , i manage to get a working notebook from your implementation in google colab. I did some tests on images of the kodak db, however when i try to compute the brisque score of this image: http://www.cs.albany.edu/~xypan/research/img/Kodak/kodim04.png it does give me -0.9774126600991906. Is there any mistake? or do i have to understand that any result below 0 can be considered as 0? Thanks.

ocampor commented 3 years ago

Yes, you might consider that below 0 is 0. The reason is that the picture of the input comes from a different population of the ones used to train the model. You can re-train the model to get results that suit better your needs.

icofalc commented 3 years ago

Sweat, thank you