Hi, I found that the jaw parameter of the .frame file in the provided dataset has 6 values, while Flame's jaw pose has 3 values, and the number of eye pose parameters seems to be different as well.
Could you help me ?
Thanks.
Metrical-tracker outputs rotation in a format with 6 elements. You can use rotation_6d_to_matrix from PyTorch3D to convert it to rotation matrix. In our GUI, we use a 3-element rotation vector.
Hi, I found that the jaw parameter of the .frame file in the provided dataset has 6 values, while Flame's jaw pose has 3 values, and the number of eye pose parameters seems to be different as well. Could you help me ? Thanks.