emoca icon indicating copy to clipboard operation
emoca copied to clipboard

Question about emotion recognition module

Open yjhong89 opened this issue 2 years ago • 0 comments

Dear authors, I am YJHong and thanks for sharing great work!

I am trying to test the provided image-based Resnet50 emotion recognition module from here

  • when I download it, there is a file which zipped "checkpoints/deca-epoch=01-val_loss_total/dataloader_idx_0=~~" file. is it right file ?
  • If it is a pretrained emotion recognition module, does the pretrained model contain model parameters including emotion prediction head (7 facial expression, valence, arousal) ? When I see the code (gdl/models/EmoCnnModule), it loads checkpoint only Resnet parts.
    • If then, how can I check predicted expression type and valence, arousal ?

Thank you!

Best regards, YJHong.

yjhong89 avatar Jun 14 '22 01:06 yjhong89