BFM_to_FLAME
BFM_to_FLAME copied to clipboard
location to put custom basel face model
my basel model doesn't include the neck, can it still work?
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.