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
@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.
Hi,
I can't seem to figure out the mapping of the output result.
Is the valid range 0 to 100?
The text was updated successfully, but these errors were encountered: