garyzhao / SemGCN

The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
https://arxiv.org/abs/1904.03345
Apache License 2.0
460 stars 78 forks source link

The correspondence between 2D joints and 3D joints #46

Closed guoyuhang1996 closed 3 years ago

guoyuhang1996 commented 3 years ago

Hello! I have two questions about the correspondence between 2D joints and 3D joints. As you train the model, is it right that the type and order of input 2D joints is same as output 3D joints ? Does both 2D and 3D joints exclude neck/nose?