tf-pose-estimation
tf-pose-estimation copied to clipboard
ImportError: cannot import name 'trt_convert' from 'tensorflow.python.compiler.tensorrt'
im having this issue. I can not get anything to run.
same
Having the same issue in Tensorflow 2.2.0
You just need to comment this line import tensorflow.contrib.tensorrt as trt in tf_pose/estimator.py
You just need to comment this line
import tensorflow.contrib.tensorrt as trtin tf_pose/estimator.py
yes that true
You just need to comment this line
import tensorflow.contrib.tensorrt as trtin tf_pose/estimator.py
I did not find this line in estimator.py to comment
instead it is tensorflow.python.compiler.tensorrt import trt_covert as trt
You just need to comment this line
import tensorflow.contrib.tensorrt as trtin tf_pose/estimator.pyI did not find this line in estimator.py to comment
instead it is tensorflow.python.compiler.tensorrt import trt_covert as trt
Yes this is the one
You just need to comment this line
import tensorflow.contrib.tensorrt as trtin tf_pose/estimator.py
hii... I comment this line . but appear this error : ModuleNotFoundError: No module named 'tensorflow.contrib'
hello @samymdihi where can I find the file tf_pose/estimator.py ?