Svito-zar / speech-driven-hand-gesture-generation-demo

This repository contains the gesture generation model from the paper "Moving Fast and Slow" (https://www.tandfonline.com/doi/full/10.1080/10447318.2021.1883883) trained on the English dataset
https://svito-zar.github.io/audio2gestures/
Apache License 2.0
25 stars 5 forks source link

change the result into bvh file #7

Closed guofengming11 closed 3 years ago

guofengming11 commented 3 years ago

after running “./generate.sh” ,I got a ".txt" file of gesture, how to change it into bvh file ?

Svito-zar commented 3 years ago

There is currently no way to transform it into BVH, but you can visualize it using our visualization server

My latest paper, Gesticulator, can produce BVH files though: https://github.com/Svito-zar/gesticulator

guofengming11 commented 3 years ago

Thanks for the quick answer, I want to change the ".txt" result into a video of a cartoon character,is there any suggestion? Thanks

Svito-zar commented 3 years ago

I don't think that is easy, because .txt file contains 3D coordinates and what you need is probably 3D joint angles.

guofengming11 commented 3 years ago

Thank you

guofengming11 commented 3 years ago

image audio file and gesture file were given,click “start“, there‘s nothing to show

Svito-zar commented 3 years ago

@DaiHasegawa, do you know what could be the issue?

Meanwhile, @guofengming11-chinese, you could try to just reload the page and try again. Sometimes it fixed it for me.