Doubiiu / CodeTalker

[CVPR 2023] CodeTalker: Speech-Driven 3D Facial Animation with Discrete Motion Prior
MIT License
515 stars 56 forks source link

Add Texuture #40

Open GIT-LZL629 opened 1 year ago

GIT-LZL629 commented 1 year ago

Do you know how to get the talking result with texture when I reconstruct a new face in FLAME template and obtain its material file (.mtl file)? The material file has the depth image, normal image and texture image.

Doubiiu commented 1 year ago

Hi. You may modify the render.py code to add texture to your mesh with pyrender lib. I will also add textures later in my online demo.

GIT-LZL629 commented 1 year ago

Just like the rendering.py in VOCA?

Doubiiu commented 1 year ago

Exactly.

zk19971101 commented 4 months ago

@GIT-LZL629 Hi, have you successful add texture to your mesh?