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

Visualization BVH #9

Closed YoungSeng closed 2 years ago

YoungSeng commented 2 years ago

Hello. After inference step, we can get the .bvh.

Is there any way or code to visualize it and get the effect same as the paper?

I find this, but I do not have the user and password

youngwoo-yoon commented 2 years ago

Our papers didn't use BVH format, so the Blender script we used is not compatible to BVH outputs. I noticed your're GENEA 2022 Challenge participant. If it is right, the 3D character visualization tool will be available soon.

YoungSeng commented 2 years ago

Thanks, and I can use blender in windows to visualize the BVH.

So nice of you~

Svito-zar commented 2 years ago

And the GENEA 2022 Visualizer is also available now: https://github.com/TeoNikolov/genea_visualizer

YoungSeng commented 2 years ago

Yeah, I got! Thank you very much