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
656 stars 138 forks source link

3D coordinate system #27

Closed TuskAW closed 4 years ago

TuskAW commented 4 years ago

Hello. Thanks for making your code available. I was looking through the drawing code, and it appears you are using opencv's coordinate system. Could you please confirm that I am correct on my assessment? Thanks.

Daniil-Osokin commented 4 years ago

I believe it is y_down coordinate system, zero is top left corner, z axis looks into monitor.

Daniil-Osokin commented 4 years ago

Hope, it helped.