TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.

Home Page:https://voca.is.tue.mpg.de/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sunwell1994 opened this issue · comments

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

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