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

Get 3d coordinate #65

Closed riboyuan99 closed 3 years ago

riboyuan99 commented 3 years ago

Hi there. Thanks for the great repo.

  1. I'd like to get 3d coordinate when processing a video. Which code segment should I look into?
  2. Is there any way to get video's timestamp?

Any hint would be appreciated.

Daniil-Osokin commented 3 years ago

Hi! You can take them at this line. Check #28 for the details.

riboyuan99 commented 3 years ago

Thank you very much.