Deep3DFaceReconstruction-pytorch
Deep3DFaceReconstruction-pytorch copied to clipboard
how to convert the results to 2D image by face_projection and z_buffer
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.
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.
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.
the result only has the right side.
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.
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.