Aqsa-K / Car-Number-Plate-Detection-OpenCV-Python

Detecting Number plate from images of cars using openCV
86 stars 50 forks source link

Error while loading different image for testing #8

Open 16sweetyjain opened 4 years ago

16sweetyjain commented 4 years ago

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'

happlicious06 commented 3 years ago

i still get the error 'None Type' object has no attribute 'shape'