Daniil-Osokin / lightweight-human-pose-estimation-3d-demo.pytorch

Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Apache License 2.0
653 stars 137 forks source link

Keypoints number are not consistent to heatmaps number #90

Closed monoloxo closed 2 years ago

monoloxo commented 2 years ago

请问为什么18个关键点,x,y,z却是19个输出阿?

Daniil-Osokin commented 2 years ago

Hi! The pelvis keypoint is skipped, but the placeholder (as well as the corresponding heatmap) is left in the code due to the legacy reasons, check the note here.

Daniil-Osokin commented 2 years ago

Hope, it is clear now.