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.
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!