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

Bounding box for human #61

Closed pkarthik15 closed 3 years ago

pkarthik15 commented 3 years ago

Hi, Is there a way that we can draw bounding boxes for the detected humans? If so please let me know how to achieve.

Thanks, Karthik

Daniil-Osokin commented 3 years ago

Hi! You can adapt method for bounding box calculation from the neighbor repository. And here is the example how such bounding box can be visualized.

Daniil-Osokin commented 3 years ago

Hope, it helped.