-
Notifications
You must be signed in to change notification settings - Fork 20
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
Only return single attribute value for inferencing single image demo #5
Comments
Hi. |
Hi, |
Hi. |
Thanks for your reply. |
See here |
You loaded the wrong model. The model is for CLIPIQA+ (CLIPIQAPredictor). You do not need to load any model for testing CLIPIQA (CLIPIQAFixed). |
got it! |
How about the colab demo? where could I find it? |
Hi. Sry that I am busy with other works so far. May do it when I am available later, possibly after CVPR submission. |
Hi @IceClear,
Thank you for open sourcing this impressive work! I have a question regarding the
clipiqa_single_image_demo.py
script. When I use this script to do inference on a single image, I notice that only the first value of the attribute list is returned. The output looks something like this:[0.74316406]
(using the example rock image).The print info would be something like:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[0.74316406]
Could you please provide some guidance on how to obtain all the attribute values, such as 'Brightness', 'Sharpness', 'Noisiness', 'Colorfulness', and 'Contrast', which may differ from each other?
Thank you very much for your help!
The text was updated successfully, but these errors were encountered: