emoca icon indicating copy to clipboard operation
emoca copied to clipboard

Official repository accompanying a CVPR 2022 paper EMOCA: Emotion Driven Monocular Face Capture And Animation. EMOCA takes a single image of a face as input and produces a 3D reconstruction. EMOCA set...

Results 62 emoca issues
Sort by recently updated
recently updated
newest added

Hi, how to convert emoca expression latent code to AppleARKit 52 blendshapes?

Hi @radekd91, Thank you for your great work! I adjusted the code flame extraction from images such that it can extract flame on the fly. However, it is slow and...

Hi, just a small question what is old_Size variable initialise??? What do this mathematical expression return : - old_size = (right - left + bottom - top) / 2 *...

I am trying to setup a training environment for EMOCA, however in emoca.yaml the "emonet_model_path" used for emotion loss is empty. How should we initialize this ?

Hello, great job. Emoca have a dedicated expression encoder. I want to know where I can find the structure of this encoder? I don't seem to find it in the...

I test EMOCA with some wink expression images, but results seems not good : ![wink_girl](https://user-images.githubusercontent.com/43233772/177773845-350e76e3-d077-49d4-a240-4462e9555f55.jpg) ![inputs](https://user-images.githubusercontent.com/43233772/177774029-fab1a6d6-7229-4308-a4e0-4272e138d6e5.png) ![geometry_detail](https://user-images.githubusercontent.com/43233772/177774040-b2894336-56e2-4e88-8bdd-d125911acf0e.png) ------------------ ![wink_ironman](https://user-images.githubusercontent.com/43233772/177773857-9d6e2155-70f1-405b-8472-5c4b96d41e07.jpg) ![geometry_detail](https://user-images.githubusercontent.com/43233772/177774107-6219c2d3-85f7-4d0f-91c9-83c2f05394ce.png) ![inputs](https://user-images.githubusercontent.com/43233772/177774116-656a8907-113c-43c8-a0fd-2639028f01fa.png) ----------------- ![wink_obama](https://user-images.githubusercontent.com/43233772/177773862-ca4bfee1-ede4-4d89-9bfb-6cc9a6562146.jpg) ![geometry_detail](https://user-images.githubusercontent.com/43233772/177774201-0fb78512-6c45-4ce5-8423-cb2bdda99fe4.png) ![inputs](https://user-images.githubusercontent.com/43233772/177774210-c16f176b-87ce-4a57-b3d4-078b10039b59.png) Do you have some ideas...

I could change the expressions of 3D mesh but how to do the same for texture of target.

I tried to run `python demos/test_emotion_recognition_on_images.py --model_type 3dmm --model_name EMOCA-emorec` but always get an error that the model checkpoint does not exist - independent which model I choose. my working...

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](https://emoca.is.tue.mpg.de/download.php) - when I download it,...