Deep3DFaceReconstruction
Deep3DFaceReconstruction copied to clipboard
how to get 3d coordinates for 68 landmarks
Hi @YuDeng Thanks for the library, Can you please tell me how to get the 68 landmarks in 3D instead of 2D ? I see here: https://github.com/microsoft/Deep3DFaceReconstruction/blob/138ff7399d8cca8096f814c7f2aa9db5dee40986/reconstruct_mesh.py#L182 you are able to get the landmarks in 2D, how do I convert them to 3D coordinates ?
Thanks.
Hi, you can directly get 3D landmarks using face_shape[:,facemodel.keypoints,:] where face_shape is one of the returns of the Reconstruction function .
Hi @YuDeng Thanks for the response. Is the reconstruction from multiple images(set of images from different angles) is available?
Sorry, it is not available yet :p
Hi @aadha3 did u find any codes for reconstruction from multiple images.