Nicholasli1995 / EvoSkeleton

Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
https://arxiv.org/abs/2006.07778
MIT License
333 stars 44 forks source link

Question about the initial population #36

Closed CheungBH closed 3 years ago

CheungBH commented 3 years ago

Hello. I want to ask some questions about initial 3d body-parts I saw that the original 3d poses are loaded from the file "threeDPose_train.npy", and each sample has 96 dimensions.

Screenshot 2021-06-07 at 09 19 54

I wonder what's the exact physical meaning of these values? Are they the absolute distance (use mm as the unit) in the local coordinate, where the center is the pelvis?

Nicholasli1995 commented 3 years ago

Hello. I want to ask some questions about initial 3d body-parts I saw that the original 3d poses are loaded from the file "threeDPose_train.npy", and each sample has 96 dimensions.

Screenshot 2021-06-07 at 09 19 54

I wonder what's the exact physical meaning of these values? Are they the absolute distance (use mm as the unit) in the local coordinate, where the center is the pelvis?

These values are joint coordinates in the world coordinate system (32 X 3). The unit is mm. 17 out of 32 joints are used.

Nicholasli1995 commented 3 years ago

For Q&A, please go to https://github.com/Nicholasli1995/EvoSkeleton/discussions. Issues are used for bug reporting and enhancement. This issue will be closed.