cagatayyildiz / ODE2VAE

ODE2VAE: Deep generative second order ODEs with Bayesian neural networks
MIT License
119 stars 27 forks source link

How to plot the walking sequences like in your Readme? #5

Closed abdulfatir closed 2 years ago

abdulfatir commented 2 years ago

Thanks for releasing your code.

May I know how I can plot CMU Mocap sequences like the animation in your Readme file?

cagatayyildiz commented 2 years ago

Hi, did you follow the exactly same preprocessing steps as described in the reference paper?

abdulfatir commented 2 years ago

I am using the preprocessed sequences that you released on One Drive. I was wondering if there's a plotting script somewhere or an interpretation of what the 50 dimensions represent? Sorry, if I missed something obvious that exists in your repo.

cagatayyildiz commented 2 years ago

I followed the preprocessing steps as in GPDM paper (see the code here http://www.dgp.toronto.edu/~jmwang/gpdm/). You need to revert the preprocessing steps before visualization. Unfortunately I'm not able to find the scripts I used for visualization.