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

what does the image in 3dplot mean? #85

Closed sunmengnan closed 2 years ago

sunmengnan commented 2 years ago

image what is the scale number, unit and dicrection of x,y,z mapped to the plot? Thx

Daniil-Osokin commented 2 years ago

Visualization is just a projection of 3D vertices into pixels (check here). All values, scales are handpicked to fit the view screen.

Daniil-Osokin commented 2 years ago

Hope, it is clear now.