Closed oxygenman closed 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?
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.
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.
You can refer to the script to visualize SMPL mesh according to the output from mint.
E-mail me for more details, funnyqzq@gmail.com
how to get the music data which used in the preprocessing "--audio_dir="/mnt/data/AIST/music/" ?