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

python setup.py build_ext failed #55

Closed mkapry closed 3 years ago

mkapry commented 3 years ago

python setup.py build_ext failed with error: [Errno 2] No such file or directory: '/content/pose_extractor/build' I am using colab Would be grateful for any advice

Daniil-Osokin commented 3 years ago

Hi! Looks like there is no /content/pose_extractor/build directory there. Do you have pose_extractor directory (as well as the rest files of this repository) in the content directory?

mkapry commented 3 years ago

The thing is that I don't have a folder named content, and I have no idea why do I get this error

Daniil-Osokin commented 3 years ago

As I get, /content/ is a root directory in Colab.

Daniil-Osokin commented 3 years ago

You can actually run demo as is, it will load Python-based post-processing.

Daniil-Osokin commented 3 years ago

Hope, it is helped.