gsethi2409 / tf-pose-estimation

Hey! This is a clone of the tf-pose-estimation by Ildoo Kim modified to work with Tensorflow 2.0+!
Apache License 2.0
160 stars 117 forks source link

AttributeError: 'NoneType' object has no attribute 'shape' #13

Open ayyucedemirbas opened 3 years ago

ayyucedemirbas commented 3 years ago

I'm trying to run run_webcam.py file with python3 run_webcam.py --model=mobilenet_thin --resize=432x368 --camera=1 however I get this error message "AttributeError: 'NoneType' object has no attribute 'shape' "

I upgraded OpenCV and TensorFlow but it didn't work.

Thank you so much!