-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to convert Deep3DFace reusult mesh to flame? #17
Comments
Can you provide one Deep3DFace mesh for reference? |
Thanks for your reply. |
Sorry, I missed that. Deep3DFace uses BFM as underlying model. Do you have the vertex indices of those cropped faces? |
I have the same problem as well. |
|
I look up your code and the sparse matrix,and the sum of each row , I found that your processing of bfm to flame is to generate vertex of flame with weighted vectices of bfm, so how you get the weight |
Hi,
This project use standard BFM2009 convert to FLame, but deep3dface (https://github.com/sicxu/Deep3DFaceRecon_pytorch.git) generate mesh is not standart (71418,3), how to convert this mesh to flame?
Thanks a lot!
The text was updated successfully, but these errors were encountered: