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

Questions about the visualization code #13

Closed Walter0807 closed 4 years ago

Walter0807 commented 4 years ago

Thanks for your awesome work cvpr2018nkn! I have some questions about the visualization code, and your kind help is very much appreciated.

First, I realized that you create a separate .blend file for each motion, and I wonder what’s the difference between two .blend files with same from/to characters. Second, we hope to add more characters for future use, could you please share the script for creating those .blend files? Thank you very much!

rubenvillegas commented 4 years ago

I created the .blend files by hand using the Blender GUI. It is possible to automate this process but you need to become familiar with the Blender api.