mhy12345 / Music-to-Dance-Motion-Synthesis

Dataset build for music to dance motion synthesis.
40 stars 8 forks source link

Hi.Can you tell the meaning of the 23 points in the skeleton? #1

Closed chenshuo0012 closed 5 years ago

chenshuo0012 commented 5 years ago

I want to use this data , but I don't understand the meaning of 23 skeleton points, because there are 24 points in kinect.

mhy12345 commented 5 years ago

We did not use KINECT to capture the skeleton points. Which means it is impossible for us to have the same data format as KINECT. As far as I know, these skeletons provided all major position of human motion. But if you need to use a public 3D model to fit the skeletons, maybe you need to re-calculate some position by yourself.

And of course, if you just want to identify which is the head, which is the foot, just print all data in 2D space using matplotlib :)