-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How could we preprocess the raw dataset from ".wav"&".bvh" files to ".pkl"? #17
Comments
+1 Hope it helps ! |
Thanks for the reply! I have already tied to use the |
The JointSelector uses joints names directly so Hips, Spine, Spine1, ... I was sucessful in launching a training that did seems to converge well however the inference process was completely off and was instable with no proper results. Unfortunately I don't have more time to spend on it so I will have to exclude this model from my research :/ |
I tied the .sav files to preprocess the data. During the model training, Epoch 0's synthesis period error: synthesizen DataLoader 0: 0%| | 0/235 [00:00<?, ?it/s], AttributeError: 'Numpyfier' object has no attribute 'org_mocap'_. |
You cannot use their .sav file if you do not have the same joint names, you need to create your own pipeline with the Pipeline object I described above If you want to try use their network on other data you have to: But even with that this network seems really hard to train from scratch :/ |
Yes, I understand. I find the problem and created my own Pipeline to process my own motion data by using my own JointSelector, at which the error still occurred during training the model. I will try to edit the .bvh before dataset preprocess. |
Thanks for your work!
It is an outstanding work for dance motion generation.
I read your "LDA" paper over and over again. And I really hope to know your methods to preprocess the raw data by Madmom and Pymo. I am confused about the preprocessing for music features named Spectralflux, Chroma, Beat and Beatactivation and motion features with
sklearn.pipeline
way from .bvh to MocapPara and so on.Could you share the preprocessing scripts for the dataset?
Sorry for any possible trouble caused.
The text was updated successfully, but these errors were encountered: