Traceback (most recent call last):
File "D:/车牌识别/车牌识别/predict.py", line 534, in
r, roi, color = c.predict("黑A16341.jpg")
File "D:/车牌识别/车牌识别/predict.py", line 246, in predict
img = imreadex(car_pic)
File "D:/车牌识别/车牌识别/predict.py", line 14, in imreadex
return cv2.imdecode(np.fromfile(filename, dtype=np.uint8), cv2.IMREAD_COLOR)
FileNotFoundError: [Errno 2] No such file or directory: '黑A16341.jpg'
Traceback (most recent call last): File "D:/车牌识别/车牌识别/predict.py", line 534, in r, roi, color = c.predict("黑A16341.jpg") File "D:/车牌识别/车牌识别/predict.py", line 246, in predict img = imreadex(car_pic) File "D:/车牌识别/车牌识别/predict.py", line 14, in imreadex return cv2.imdecode(np.fromfile(filename, dtype=np.uint8), cv2.IMREAD_COLOR) FileNotFoundError: [Errno 2] No such file or directory: '黑A16341.jpg'
这个资源在19年10月就有人上传了,资源名License-Plate-Recognition-master.rar。一点都没改动你就原模原样发上来?
能够在pyhon里面运行,经测试,确实像博主说的,效果有待提高,但是对于初学者,或者学生做课程设计,还是足够了。值得下载!