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
660 stars 138 forks source link

pose_extractor.py #38

Closed dariosortino closed 4 years ago

dariosortino commented 4 years ago

Hi! Why won't upload directly the pose_extractor.py? I'm really having trouble in compiling the cmake inside the setup.py

Daniil-Osokin commented 4 years ago

Hi! Because different systems have different dependencies, and what was built on one PC may not run on other.

Daniil-Osokin commented 4 years ago

BTW, you can run the demo as is, it will use python implementation if setup.py run was unsuccessful.

Daniil-Osokin commented 4 years ago

Hope, it helped.