google-research / mint

Multi-modal Content Creation Model Training Infrastructure including the FACT model (AI Choreographer) implementation.
Apache License 2.0
503 stars 87 forks source link

how to get the music data? #10

Closed oxygenman closed 3 years ago

oxygenman commented 3 years ago

how to get the music data which used in the preprocessing "--audio_dir="/mnt/data/AIST/music/" ?

NewCoderQ commented 3 years ago

you can get music data from the AIST++ official website.

oxygenman commented 3 years ago

you can get music data from the AIST++ official website.

oaky, thank you very much. by the way, do you know how to visualize the evaluator's .npy results?

NewCoderQ commented 3 years ago

The output .npy file contains translation coordinates and rotation info in 3x3 matrix format, you can convert the rotation infomation into angle-axis format, which can be used as the pose parameters in SMPL model.

oxygenman commented 3 years ago

The output .npy file contains translation coordinates and rotation info in 3x3 matrix format, you can convert the rotation infomation into angle-axis format, which can be used as the pose parameters in SMPL model.

yes, I know the mean of the results ,but, is there a ready script to do this? i am new to this,so i will very appreciate if you can share more details to me.

NewCoderQ commented 3 years ago

You can refer to the script to visualize SMPL mesh according to the output from mint.

NewCoderQ commented 3 years ago

E-mail me for more details, funnyqzq@gmail.com

hzy-del commented 1 year ago

You can refer to the script to visualize SMPL mesh according to the output from mint.

hello, i use the SMPL mesh, but got nothing. how to do?