File "C:\Users\Jayden\tf-pose-estimation-master\tf_pose\estimator.py", line 14, in
import tensorflow.contrib.tensorrt as trt
ModuleNotFoundError: No module named 'tensorflow.contrib.tensorrt'
Kindly use tensorflow 1.14, it works fine with it
or
create new environment
pip uninstall tensorflow
pip install tensorflow==1.14
I solved it simply by going to \tf-pose\estimator.py and commenting out import tensorflow.contrib.tensorrt as trt.
I solved it simply by going to \tf-pose\estimator.py and commenting out
import tensorflow.contrib.tensorrt as trt.
Thanks a lot!
Most helpful comment
I solved it simply by going to \tf-pose\estimator.py and commenting out
import tensorflow.contrib.tensorrt as trt.