papagina / Auto_Conditioned_RNN_motion

Implementation of Auto-Conditioned Recurrent Networks for Extended Complex Human Motion Synthesis
MIT License
66 stars 26 forks source link

get_train_data and write_traindata_to_bvh #9

Open HidetakaKojo opened 5 years ago

HidetakaKojo commented 5 years ago

Hi

When I convert and restore BVH file, the area around End Site of restored motion is different. Restored motion tremble.

The code is following:

from read_bvh import get_train_data, write_traindata_to_bvh

xyz_data = get_train_data("../train_data_bvh/indian/05.bvh")
write_traindata_to_bvh("restored_05.bvh", xyz_data)

How to solve this problem?

papagina commented 5 years ago

Can you provide more details, e.g. is the trembling big, how did you render them?

HidetakaKojo commented 5 years ago

Thank you for your response.

I rendered using threejs. https://github.com/mrdoob/three.js/blob/dev/examples/webgl_loader_bvh.html

acrnn.mp4.zip

HidetakaKojo commented 5 years ago

Sorry, I made a mistake.