Shimingyi / MotioNet

A deep neural network that directly reconstructs the motion of a 3D human skeleton from monocular video [ToG 2020]
https://rubbly.cn/publications/motioNet/
BSD 2-Clause "Simplified" License
554 stars 82 forks source link

怎么改为输出zxy顺序的bvh文件? #41

Closed SidneyRey closed 2 years ago

SidneyRey commented 2 years ago

你好,我在使用BVH.py的save方法时,把order改为zxy,输出的结果在blender中显示异常。 然后我尝试用scipy把四元数转为zxy顺序的欧拉角,结果也有问题。 请问下,怎么实现zxy顺序的欧拉角。

谢谢

SidneyRey commented 2 years ago

用scipy可以转出来,注意ordermap改动下就行。