We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some questions about the face profiling code. function ImageMeshing need vertex_full and vertexm_full as inputs. My question is :
vertex_full:
vertexm_full:
It seems that you fit BFM face model to a head model and make an offset from vertex_full to vertexm_full.
The text was updated successfully, but these errors were encountered:
hi,do you know the answer now?
Sorry, something went wrong.
What is the main operation of this function? Is it to complete 3dmm into a complete model with back brain?
It seems we need fit the face model with a head model. here is an example shows how to fit a BFM face model to FLAME head model. it should help you.
No branches or pull requests
I have some questions about the face profiling code.
function ImageMeshing need vertex_full and vertexm_full as inputs. My question is :
vertex_full:
vertexm_full:
It seems that you fit BFM face model to a head model and make an offset from vertex_full to vertexm_full.
The text was updated successfully, but these errors were encountered: