emoca
emoca copied to clipboard
Question about emotion recognition module
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.