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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
I using butteraugli compare two image, the result value is "0.971608", according the result value, how can I know the two image match is perfect or ok or bad?
The text was updated successfully, but these errors were encountered:
// Butteraugli scores that correspond to JPEG quality levels, starting at// kLowestQuality. They were computed by taking median BA scores of JPEGs// generated using libjpeg-turbo at given quality from a set of PNGs.// The scores above quality level 100 are just linearly decreased so that score// for 110 is 90% of the score for 100.constdoublekScoreForQuality[] = {
2.810761, // 702.729300,
2.689687,
2.636811,
2.547863,
2.525400,
2.473416,
2.366133,
2.338078,
2.318654,
2.201674, // 802.145517,
2.087322,
2.009328,
1.945456,
1.900112,
1.805701,
1.750194,
1.644175,
1.562165,
1.473608, // 901.382021,
1.294298,
1.185402,
1.066781,
0.971769, // 950.852901,
0.724544,
0.611302,
0.443185,
0.211578, // 1000.209462,
0.207346,
0.205230,
0.203114,
0.200999, // 1050.198883,
0.196767,
0.194651,
0.192535,
0.190420, // 1100.190420,
};
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I using butteraugli compare two image, the result value is "0.971608", according the result value, how can I know the two image match is perfect or ok or bad?
The text was updated successfully, but these errors were encountered: