Deep3DFaceReconstruction-pytorch icon indicating copy to clipboard operation
Deep3DFaceReconstruction-pytorch copied to clipboard

how to convert the results to 2D image by face_projection and z_buffer

Open mumuyanyan opened this issue 5 years ago • 5 comments

thanks for your great projects. i have question about 2D image like Robust in readme. how to convert the results to 2D image by face_projection and z_buffer? thank you.

mumuyanyan avatar Oct 18 '19 03:10 mumuyanyan

For rendering, you can use my SimRender or the implementations of others. For face_projection, you can see the code. But you should well know his perspective projection process.

changhongjian avatar Oct 18 '19 09:10 changhongjian

For rendering, you can use my SimRender or the implementations of others. For face_projection, you can see the code. But you should well know his perspective projection process.

thanks for your solution. i have tried your SimRender,but the result does not have the orientation and angle. image

image

mumuyanyan avatar Oct 18 '19 09:10 mumuyanyan

the result only has the right side.

mumuyanyan avatar Oct 18 '19 09:10 mumuyanyan

the result only has the right side.

You should give the target x,y,z(the result of projection). The renderer only focus on rendering.

changhongjian avatar Oct 18 '19 11:10 changhongjian

For rendering, you can use my SimRender or the implementations of others. For face_projection, you can see the code. But you should well know his perspective projection process.

Thanks for your work! I wonder to know if your SimRender supports batch input. In my case, I only work out with single image.

yujingxin avatar Mar 28 '20 01:03 yujingxin