-
Notifications
You must be signed in to change notification settings - Fork 50
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
location to put custom basel face model #23
Comments
after I run col to text I got this error ValueError: can only convert an array of size 1 to a Python scalar |
How do you get the custom basel face model? By excluding / masking some vertices from the original BFM model? |
Thanks for your response and work, I generated the model from nextface and then I turn it into npy but I got this error ValueError: can only convert an array of size 1 to a Python scalar |
Instead of the cropped face of NextFace, use its predicted parameters and reconstruct the full, non-cropped BFM2017 head mesh. This you can then directly convert with the provided demo code |
Thanks for responding, where can I reconstruct the full, non-cropped BFM2017 head mesh? |
@chency0315 did you create full non cropped BFM2017 head mesh? Thank you Your suggestion will be very much helpful to me. |
my basel model doesn't include the neck, can it still work?
The text was updated successfully, but these errors were encountered: