philgras / neural-head-avatars

Official PyTorch implementation of "Neural Head Avatars from Monocular RGB Videos"
533 stars 73 forks source link

How to get 3D face after rendering? #33

Open qiuyuzhao opened 1 year ago

qiuyuzhao commented 1 year ago

How to get 3D face after rendering, pass avatar.predict_shaded_mesh(batch) only 2d face map can be obtained

icegaomu commented 1 year ago

I think maybe use the marching cube to sample all the texture space can have a 3d output

RAJA-PARIKSHAT commented 1 year ago

@qiuyuzhao did you figure out, how to do that?