Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the brisque model seems yield wrong result quite often #6

Open
braindevices opened this issue Mar 10, 2022 · 3 comments
Open

the brisque model seems yield wrong result quite often #6

braindevices opened this issue Mar 10, 2022 · 3 comments

Comments

@braindevices
Copy link

the brisque model seems yield wrong result quite often. I have original png image, jpeg compressed with 90% quality, jpeg with 60% quality.
The computed score is:

  • (23.201696395874023, 0.0, 0.0, 0.0) for png
  • (19.102746963500977, 0.0, 0.0, 0.0) for high quality jpg
  • (17.447845458984375, 0.0, 0.0, 0.0) for low quality jpg

If I get the paper correct, the higher the score the lower the quality.

png:
good_small

high quality jpeg:
good_small_high

low quality jpeg:
good_small_low

@braindevices
Copy link
Author

is there any explanation on this behaviour? Is there any assumption about the image content does not meet resulting in this failure?

@braindevices
Copy link
Author

I actually used the model and object from opencv contrib.

@krshrimali
Copy link
Owner

Hi, @braindevices - I'm sorry that I couldn't respond to this. Just to confirm, can you try using the OpenCV's quality module once? And share the scores you get? https://docs.opencv.org/4.x/d8/d99/classcv_1_1quality_1_1QualityBRISQUE.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants