emoca
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...
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 :    ------------------    -----------------    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,...