aimerykong/deepImageAestheticsAnalysis

The predicted scores are not correct

Closed this issue · 2 comments

Hi, Thanks for sharing the pre-trained models.
I am using the init model and when I try to predict the scores for below images the scores are not correct
image -1 :
7237532 14_frame3467
Scores : {'fc11_score': array([[0.7237532]], dtype=float32), 'fc9_MotionBlur': array([[-0.00683291]], dtype=float32), 'fc9_Repetition': array([[0.1499309]], dtype=float32), 'fc9_ColorHarmony': array([[0.41779417]], dtype=float32), 'fc9_Light': array([[0.23401856]], dtype=float32), 'fc9_Content': array([[0.44104707]], dtype=float32), 'fc9_Object': array([[0.15831222]], dtype=float32), 'fc9_BalancingElement': array([[0.08793019]], dtype=float32), 'fc9_Symmetry': array([[0.05824818]], dtype=float32), 'fc9_RuleOfThirds': array([[0.2551845]], dtype=float32), 'fc9_DoF': array([[0.14344457]], dtype=float32), 'fc9_VividColor': array([[0.20968038]], dtype=float32)} ./frame3467.png 0.7237532

Image -2
6647498 61_frame2742
Scores : {'fc11_score': array([[0.66474986]], dtype=float32), 'fc9_MotionBlur': array([[-0.00710997]], dtype=float32), 'fc9_Repetition': array([[0.11318572]], dtype=float32), 'fc9_ColorHarmony': array([[0.3682373]], dtype=float32), 'fc9_Light': array([[0.19498739]], dtype=float32), 'fc9_Content': array([[0.52042776]], dtype=float32), 'fc9_Object': array([[0.13005672]], dtype=float32), 'fc9_BalancingElement': array([[0.04698427]], dtype=float32), 'fc9_Symmetry': array([[0.13396302]], dtype=float32), 'fc9_RuleOfThirds': array([[0.23525675]], dtype=float32), 'fc9_DoF': array([[0.17191094]], dtype=float32), 'fc9_VividColor': array([[0.11277764]], dtype=float32)} ./frame2742.png 0.66474986

By looking at those 2 images it is evident that Image -1 is better than Image-2 but the predictions are suggesting otherwise, can you please help to understand the issue?

Okay got it, thank you.