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

Output value range #10

Closed
omrysendik opened this issue Dec 12, 2018 · 1 comment
Closed

Output value range #10

omrysendik opened this issue Dec 12, 2018 · 1 comment

Comments

@omrysendik
Copy link

Hi,

I can't seem to figure out the mapping of the output result.
Is the valid range 0 to 100?

@lidq92
Copy link
Owner

lidq92 commented Dec 15, 2018

@omrysendik The output is not normalized. The range of the test output depends on the training database. If you train the model on LIVE with DMOSs as labels, the score range is about 0-100 (The larger the score is, the worse the quality is). However, if you train the model on TID2008/TID2013 with MOSs as labels, the score range is about 0-9 (The larger the score is, the better the quality is).

This code is a PyTorch 0.4 implementation of the CNNIQA model in Kang et al. CVPR 2014 with a slight difference as stated in the README.md. You can also make a small change to output the normalized score if you like.

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