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

Executing on windows with TensorRT #46

Closed stibrew closed 3 years ago

stibrew commented 3 years ago

Hi,

Are the steps for tensorRT verified on a windows PC as well? I could not follow the steps on windows. Unfortunately, the python bindings for tensorRT on windows are not available as well.

Bests, Sid

Daniil-Osokin commented 3 years ago

Hi! Since TensorRT does not provide Python support on Windows, it can not be ran on Windows through Python.

Daniil-Osokin commented 3 years ago

Hope, it is clear now.