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

Are the 3D keypoints output in absolute coordinates? #86

Closed adammpolak closed 2 years ago

adammpolak commented 2 years ago

Are the 3D keypoints output in absolute coordinates (relative to camera, camera being (0,0,0))?

adammpolak commented 2 years ago

Nevermind it is in camera coordinates!