Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 747 Bytes

File metadata and controls

31 lines (17 loc) · 747 Bytes

In-the-wild 3D Face Reconstruction

This project contains EMICA - a combination of DECA, EMOCA, SPECTRE and MICA which produces excellent results.

Download models

Run bash download_assets.sh to download the models and sample data.

Run demos

Image reconstruction demo

To run Face Reconstruction on a folder with images run:

python demo_face_rec_on_images.py

See the script for additional details

Video reconstruction demo

To run Face Reconstruction on a folder with images run:

python demo_face_rec_on_video.py

See the script for additional details