UttaranB127 / speech2affective_gestures

This is the official implementation of the paper "Speech2AffectiveGestures: Synthesizing Co-Speech Gestures with Generative Adversarial Affective Expression Learning".
https://gamma.umd.edu/s2ag/
MIT License
44 stars 9 forks source link

output format #1

Closed birdflies closed 2 years ago

birdflies commented 2 years ago

Hi, do the output support bvh format?

UttaranB127 commented 2 years ago

Hello, we output 3D joint positions which can be converted to the BVH format. We have a method called save_as_bvh under utils/mocap_dataset.py, which can be used to save the outputs as BVH files.

birdflies commented 2 years ago

Thanks very much~