Traceback (most recent call last):
File "c:/Users/hp/Documents/ObjectDetection/number-plate/Car-Number-Plate-Detection-OpenCV-Python/CarPlateDetection.py", line 9, in
image = imutils.resize(image, width=500)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\imutils\convenience.py", line 69, in resize
(h, w) = image.shape[:2]
AttributeError: 'NoneType' object has no attribute 'shape'
Traceback (most recent call last):
File "c:/Users/hp/Documents/ObjectDetection/number-plate/Car-Number-Plate-Detection-OpenCV-Python/CarPlateDetection.py", line 9, in
image = imutils.resize(image, width=500)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\imutils\convenience.py", line 69, in resize
(h, w) = image.shape[:2]
AttributeError: 'NoneType' object has no attribute 'shape'