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...
from gdl.models.temporal.Preprocessors import EmocaPreprocessor I can't find Preprocessors.
How can I store expression parameters (the 100 used in Flame Model) on the test images.
Hi, thank you for this good model. I tested it with an image from the FFHQ dataset, and got the texture map like this:  Does anyone know how to...
When I executed `python demos/test_emotion_recognition_on_images.py --model_type 3dmm --model_name EMOCA-emorec`, it showed `AttributeError: 'NoneType' object has no attribute 'train'`. Then I looked up the reason and found that there was no...
Hi there! I m using EMOCA in implementation of MemoryFace(https://memoryface.github.io/) - it's basically SOTA on the lipsync task currently. For that I need to have a control over only mouth-related...
Can you tell me how to get a complete FLAME head model from a video input? not just in the bbox
Cloning submodules fails. It seems that the commit referenced in emoca is non existant in Deep3DFaceRecon_pytorch. Did you work with a different repository? ``` git submodule update --init fatal: remote...
After reconstruction video is there any chance to get the actual mesh out in OBJ/FBX/ALEMBIC or any other 3D format?
The code in gdl/datasets/ImageTestDataset.py line 44 only detect for .jpg .png and will not detect if your image has .JPG or .PNG