If I understand correctly, in [prepare_data_short_term](https://github.com/facebookresearch/QuaterNet/blob/master/prepare_data_short_term.py#L23) you load the joint angles for each joint of the human skeleton defined in [dataset_h36m.py](https://github.com/facebookresearch/QuaterNet/blob/ce2d8016f749d265da9880a8dcb20a9be1a6d69c/short_term/dataset_h36m.py). Could you please clarify the following: - Are the offsets obtained by averaging the poses all subjects (training, test or both?)? If not, how are they computed? - How did you compute the inverse kinematics to get the joint angles from the individual 3D poses? Thanks a lot!
If I understand correctly, in prepare_data_short_term you load the joint angles for each joint of the human skeleton defined in dataset_h36m.py.
Could you please clarify the following:
Thanks a lot!