NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
974 stars 291 forks source link

No module named 'trt_pose' #38

Open imranmu opened 4 years ago

imranmu commented 4 years ago

Have also tried with torch v1.4.0 and torchvision v0.5.0 but now revert back to torch v 1.3.0 and torchvision v0.4.2

I could't see any available solution and tried some related problem's solution.

polya-xue commented 4 years ago

same problem

jsynnott commented 4 years ago

Anyone have any success with this? Same problem.

jasonakon commented 4 years ago

please perform sudo python setup.py install and restart your system and try again

anselanza commented 4 years ago

Got the same error, worked for me after sudo python setup.py install from within the repo root.