JingyuanYY / EmoGen

This is the official implementation of 2024 CVPR paper "EmoGen: Emotional Image Content Generation with Text-to-Image Diffusion Models".
59 stars 6 forks source link

About Emo-A #1

Closed Catherineasdzz closed 7 months ago

Catherineasdzz commented 8 months ago

Hello, could you please explain how the metric Emo-A is calculated and obtained? I don't seem to find this part in your code.

fengjw0909 commented 8 months ago

Thank you for your question. Our metric Emo-A is implemented in the emo_cls function of file inference.py. We will update Emo-A related code in 'metrics' folder later.

Catherineasdzz commented 8 months ago

oh I find it. Thank you for your reply.