kdhht2334 / ELIM_FER

[NeurIPS 2022] The official repository of Expression Learning with Identity Matching for Facial Expression Recognition
MIT License
34 stars 4 forks source link

Estimation using my own facial image data. #4

Closed tawichi closed 7 months ago

tawichi commented 8 months ago

Thanks for the amazing work!

For my own research, I would like to estimate valence-arousal using my own facial image data. Which script should I use for this? I thought this part was estimating valence and arousal, but I am not sure what "def hand_detection()" is doing.

Can you provide a script to estimate valence-arousal from a single image using pre-trained weights?

kdhht2334 commented 7 months ago

Hi!

hand_detection is a signal used to recognize non-verbal expressions other than facial expressions.

For now, we only use facial expressions, so this part doesn't have much meaning (you can delete it).

kdhht2334 commented 7 months ago

Also, you can see below.

I just uploaded my personal version for data preprocessing.