KevinLTT / video2bvh

Extracts human motion in video and save it as bvh mocap file.
MIT License
579 stars 90 forks source link

How does the pose2euler function work? #42

Open gaowei724 opened 3 years ago

gaowei724 commented 3 years ago

Hi, thx for your great work! I am an animation novice, recently, I‘m busy with converting human pose keypoints numpy matrix to bvh files. I find your code (especially cmu_skeleton.py) inspiring. Since I'm a novice, I don't understand what pose2euler does. What does this function do to convert keypoints to euler? Could you please give me a general description?