jonepatr / genea_visualizer

This repository provides scripts that can be used to visualize BVH files. These scripts were developed for the GENEA Challenge 2020, and enables reproducing the visualizations used for the challenge stimuli. The server consists of several containers which are launched together with the docker-compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

come from speech-driven-hand-gesture-generation

guofengming11 opened this issue · comments

Sorry to disturb again, i m very interested in your achievement .
In speech-driven-hand-gesture-generation i get txt file. Could i change the txt file into the video just like the one below, using this project? And maybe in this project i can only change bvh file into the one below?
Thanks!
image

This repository lets you animate BVH files on such an avatar.
It takes the BVH file as input and generates video animation as output.
It can only work with the BVH file format

is that means there's no way to change the txt file to video animation? It can only change into the video of skeleton?

yeah, there is no simple way to convert .txt file into a BVH file, because the .txt file you have contains 3D coordinates, instead of 3D joint angles.

But we have a few other more recent systems which can generate motion in the BVH format:
https://github.com/Svito-zar/gesticulator
https://github.com/simonalexanderson/StyleGestures