rubenvillegas / cvpr2018nkn

Tensorflow implementation of the CVPR 2018 paper: Neural Kinematic Networks for Unsupervised Motion Retargetting
https://sites.google.com/umich.edu/nik
Other
240 stars 42 forks source link

Issue about the test data. #10

Closed layewong1207 closed 4 years ago

layewong1207 commented 4 years ago

Sorry for the issue. We are studying this project, and we are trying to use data other than Mixamo. During testing, we found that there are three npy files for each bvh in the test data downloaded from download_test.sh, but we cannot process the model_ang.npy for any extra data by using prepreocess.py. May you provide a preprocessing program used in preprocess test data? It would be really helpful for us. Thank you.

rubenvillegas commented 4 years ago

We don’t use the *_ang.npy data. You can safely comment out that part of the code. Please let me know if that works.