zjumsj / FaceViewer

GNU General Public License v3.0
15 stars 2 forks source link

about pose parameters #1

Open LKJKJOIUIU opened 3 months ago

LKJKJOIUIU commented 3 months ago

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. (G}T2ID N@D4)NF2M`6R Q3 W9158VSX 20181DMGY1@UZX Could you help me ? Thanks.

zjumsj commented 3 months ago

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.