Skip to content

KurozawaChiaki/generalized_face_model

Repository files navigation

A Temporary Replication of Learning a Generalized Physical Face Model From Data

This repository is a replication of paper Learning a Generalized Physical Face Model From Data.

Setup

uv

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

PyTorch

You can visit PyTorch website to check how to install PyTorch.

Models

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.

Usage

Not yet finished, to be implemented in the future.

About

A replication of paper "Learning a Generalized Physical Face Model From Data"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages