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

json file #47

Closed chjXu closed 3 years ago

chjXu commented 3 years ago

Why are there R and t here? If there is only a camera, shouldn't it only consider the internal parameters of the camera? What is the role of R and t?

Daniil-Osokin commented 3 years ago

Hi! Extrinsics as well as focal length are used for visualization, you can check running section of the readme for more details. You may also check #45.

chjXu commented 3 years ago

Thank you. Is there training file?

Daniil-Osokin commented 3 years ago

No, training code is open for contribution.

Daniil-Osokin commented 3 years ago

Hope, it is clear now.