asheshjain399 / RNNexp

Other
256 stars 91 forks source link

How to display the generated sequence? #10

Open lucaskingjade opened 7 years ago

lucaskingjade commented 7 years ago

HI, Is there a way to display the animation of the generated sequence or training sequence? I found a script called 'generateAndSaveVideos.m', but I don't know how it works? Is it possible to save the cdf file to a bvh file by given the skeleton information? If yes, how to do this, and how can I get the skeleton information, because I didn't see any skeleton information from cdf files. Or maybe there is a direct way to display cdf file without need of transferring to bvh format. Thanks !

sndler commented 7 years ago

have you made out how to display the animation?

pvmilk commented 6 years ago

I dig into the source code, and found out that method expPlayData2 in playGeneratedMotion.m is not defined anywhere.

Probably the best bet is to implement it yourself, or refer to forward_kinematics.py in repo una-dinosauria/human-motion-prediction.