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

dataset #6

Closed mattthew3000 closed 5 years ago

mattthew3000 commented 5 years ago

Dear authors, To run the codes, it seems it is required to have all the training samples. However, downloading and processing all the 1656 samples one-by-one can be really tedious. Would you please help us if you have any suggestion to facilitate the collecting of training samples. Sending a pre-trained model is highly appreciated

rubenvillegas commented 5 years ago

To download the data from the mixamo data, we wrote a script that crawled each page in the website. Last time we tried to use it again, it didn’t work so they must have patched that (we tried about a year ago). You are going to have to do something similar to speed up the download. We also cannot share the downloaded training data because mixamo did not allow us to do that.

In regards to share the model, we cannot do it because it’s under patent but we provide instructions to replicate the results.