Open MOr1s2 opened 3 weeks ago
Thanks for your interest. If I understand the question correctly, we leave out the global head pose/rotation (x,y,z = 3 missing params) in the work. So from the output, we use the 300 shape params to give the flame head the shape, 100 expression and 3 (x,y,z) for the jaw bone of the flame head.
Thanks for your interest. If I understand the question correctly, we leave out the global head pose/rotation (x,y,z = 3 missing params) in the work. So from the output, we use the 300 shape params to give the flame head the shape, 100 expression and 3 (x,y,z) for the jaw bone of the flame head.
Thanks for your reply! You did answer my question, but I have another question, according to what you mentioned here, the order of output is shape, expression and then jaw rotation angle?
Thanks for your interest. If I understand the question correctly, we leave out the global head pose/rotation (x,y,z = 3 missing params) in the work. So from the output, we use the 300 shape params to give the flame head the shape, 100 expression and 3 (x,y,z) for the jaw bone of the flame head.
Thanks for your reply! You did answer my question, but I have another question, according to what you mentioned here, the order of output is shape, expression and then jaw rotation angle?
I found the answer in the blender_script.py, its order is shape, exp and jaw. Thanks for your work~
Is there any difference between the FLAME format here and the common FLAME format? I tried to do some post-processing on the output, but the result was strange and not what I expected.
Is there any difference between the FLAME format here and the common FLAME format? I tried to do some post-processing on the output, but the result was strange and not what I expected.
No, they are the same. We use the FLAME 2020 template.
Thank you for your excellent work! I read your paper and it mentioned that the blendshape format used should be the standard FLAME format, i.e. 300+6+100, but I found that the actual output of the model is 403 dimensions. Is there something wrong?