GestureGeneration / Speech_driven_gesture_generation_with_autoencoder

This is the official implementation for IVA '19 paper "Analyzing Input and Output Representations for Speech-Driven Gesture Generation".
https://svito-zar.github.io/audio2gestures/
Apache License 2.0
106 stars 27 forks source link

How to generate bvh from videos #9

Closed shichaog closed 4 years ago

shichaog commented 4 years ago

This is an excellent work. As a student working on gesture generation, I am very appreciate of this code. Thank you.

However I've got a question for you guys.

I have a collections of video files, how can I generate bvh from these mp4 files?

Looking forward to your reply!

Svito-zar commented 4 years ago

Hi @shichaog, that you for your interest in the work. What you are asking is basically how to obtain 3D motion from 2D videos, which is also referred to as 3D pose estimation. It is a very challenging task, which has been investigated for several decades. These are some of the most recent methods I know:

So in short - to obtain a BVH file from a video is highly not trivial, but possible (still with low quality) using recent tools. Hope it helps.