TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
https://voca.is.tue.mpg.de/en
1.14k stars 271 forks source link

Is it possible to map the face mesh to a depth map? #87

Closed sunwell1994 closed 1 year ago

sunwell1994 commented 2 years ago

Hi I tried to map the face mesh to a depth map. Is there any API to generate a depth image? Thanks.

TimoBolkart commented 2 years ago

You can render a depth image from the mesh, I think pytorch3d directly supports this but I have never tried it