donydchen / ganimation_replicate

An Out-of-the-Box Replication of GANimation using PyTorch, pretrained weights are available!
MIT License
251 stars 48 forks source link

aus_pickle is not the same as you provided #7

Open ttbro opened 5 years ago

ttbro commented 5 years ago

@donydchen thank you for your work that you've done! But the problem I got is that the openface give the different AU values compared with your pickle document thank you again!

donydchen commented 5 years ago

Hi @ttbro , to my knowledge, Openface is a neural network based approach. So I think there are lots of factors that can affect the extracted AU values, e.g. the size of images, etc. But as long as you call the Openface API in a proper way, I think the AU vectors you obtain are reasonable, and some differences in values may not affect the final training result.

PapaMadeleine2022 commented 5 years ago

@donydchen @ttbro can you tell me how to save the AUs value to a pickle file like aus_openface.pkl ? Please read issue.
Thanks.
Need help...