aimmemotion / EmoVIT

[CVPR 2024] EmoVIT: Revolutionizing Emotion Insights with Visual Instruction Tuning
17 stars 1 forks source link

How do I get Affective Explanations from the trained weights? #6

Open Yusepp opened 1 month ago

Yusepp commented 1 month ago

Thank you for the great work on this project! I’ve been able to obtain the classification results successfully, but I’m also interested in extracting the affective explanations as demonstrated in the final part of your paper.

I noticed that caption.py seems to generate general, non-affective captions, while test.py focuses solely on classification. Could you provide some guidance on how I might extract the affective explanations? Any clarification or pointers would be greatly appreciated!

Thanks in advance for your help.