mcbuehler / VariTex

VariTex: Variational Neural Face Textures, ICCV 2021.
https://mcbuehler.github.io/VariTex/
68 stars 9 forks source link

how to apply a custom 3d face model? #4

Open liuLannister opened 2 years ago

liuLannister commented 2 years ago

hello, can i apply a custom 3d face model (such as MeshTalk) instead of Basel Face Model to generating posed meshes?

ImistroI commented 9 months ago

that would also interest me

mcbuehler commented 7 months ago

Yes, it is possible to use any 3D face model, as long as it has a UV parameterization.

Codewise, you will have to update the UV rendering in varitex/data/uv_factory.py.