youngwoo-yoon / Co-Speech_Gesture_Generation

This is an implementation of Robots learn social skills: End-to-end learning of co-speech gesture generation for humanoid robots.
https://sites.google.com/view/youngwoo-yoon/projects/co-speech-gesture-generation
Other
72 stars 9 forks source link

upper body pre-processing and visualization #17

Open ujemd opened 1 year ago

ujemd commented 1 year ago

Hello, thank you for the code.

I noticed that when using the data pipeline to select upper body joints, and then visualizing with the genea visualizer, the motions look unnatural. It seems all joint rotations are global. Could you shed some light on how to make upper body rotations relative so that the final animation looks more natural?

Thank you! David

youngwoo-yoon commented 1 year ago

Hello, sorry for the late reply. Somehow I missed your issue. All joint rotations are 'local', so you can replace upper-body joint rotations in an existing BVH file having both upper and lower body joints. JointSelector in PyMo doing a similar job. Please have a look JointSelector implementation.