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 Apr 18, 2019. It is now read-only.
Hi, thank you so much for sharing your paper and code(https://github.com/cgtuebingen/will-people-like-your-image)! I have some questions and hope you could help me.
I try to run the demo/image_sorting/score.py and test some images, but I was puzzled to the scores results.For example,I test two images and score results is tmp1.jpg [923522.3] and
tmp2.jpg [315032.5], Wow, the score value was so big .Was the bigger the better?How to normalize to 0 to 1 ?
Besides, I found the score.py code load mean_bgr = pickle.load(hnd).transpose(1, 2, 0),but the Variable mean_bgr was never used,Why?
It will be great if you can help me, thank you a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thank you so much for sharing your paper and code(https://github.com/cgtuebingen/will-people-like-your-image)! I have some questions and hope you could help me.
I try to run the demo/image_sorting/score.py and test some images, but I was puzzled to the scores results.For example,I test two images and score results is tmp1.jpg [923522.3] and
tmp2.jpg [315032.5], Wow, the score value was so big .Was the bigger the better?How to normalize to 0 to 1 ?
Besides, I found the score.py code load mean_bgr = pickle.load(hnd).transpose(1, 2, 0),but the Variable mean_bgr was never used,Why?
It will be great if you can help me, thank you a lot.
The text was updated successfully, but these errors were encountered: