This repository is a replication of paper Learning a Generalized Physical Face Model From Data.
You can install uv directly from PyPI:
pip install uv
Or, you can go to the official uv repository to learn more about how to install and use it.
To install related libraries, you can use sync
:
uv sync
You can visit PyTorch website to check how to install PyTorch.
You can get the FLAME model from FLAME website.
After downloading the model, unzip it and place them into the ./model/flame
folder.
You should also download embeddings from RingNet project. Copy it inside the flame folder as well.
For SCULPTOR, you can get the model from SCULPTOR repository. Place paradict.npy
into the ./model/sculptor
folder.
Not yet finished, to be implemented in the future.