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

added pose_extractor path to runtime system path instead of export/set #22

Closed ankitbansal811 closed 4 years ago

ankitbansal811 commented 4 years ago

Hi,

I found a lot of people using different OS are facing issue with export/set commands.

I have instead added pose_extractor path to the sys path at the time of execution. This also reduces the perquisites by 1 step. (I have modified Readme accordingly)

Daniil-Osokin commented 4 years ago

Hey, thanks for the contribution! Actually I'm unaware about such difficulties. Also do not like the idea of hardcoding values, because of bad flexibility.

Daniil-Osokin commented 4 years ago

Hope, it is clear now.