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

Real time Implementation #36

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello @Daniil-Osokin !! Thank you for sharing your work. I was wondering if there is a real time implementation ( from webcam) possible ?

ujjawalcse commented 4 years ago

you should use argument '--video 0' for webcam.

ghost commented 4 years ago

Thanks !! Closing the issue