I'm having problems using TensorRT for python on windows.
I want to use openpose on windows however it requires TensorRT for python. when I'm trying to execute file run_webcam.py (openpose code), I have the following error:
ModuleNotFoundError: No module named "tensorflow.contrib.tensorrt"
I installed tensorflow package (last version) but it doesn't contain tensorrt class Looking for a solution, I found the following information on nvidia website https://devtalk.nvidia.com/default/topic/1044414/tensorrt/tensorrt-python-and-windows/
How does OpenPose work on windows if windows doesn't support TensorRT for python?????
Any tips or help is greatly appreciated