GuiltyNeuron / ANPR

license plate detection and recognition
383 stars 147 forks source link

cv2.error: OpenCV(4.1.1) /io/opencv/modules/dnn/src/darknet/darknet_importer.cpp:214: error: (-212:Parsing error) Failed to parse NetParameter file: lapi.weights in function 'readNetFromDarknet' #6

Closed ChipLubis97 closed 5 years ago

ChipLubis97 commented 5 years ago

Hey KhazriAchraf, can you help me to solve this issue? Thank you

nauyan commented 5 years ago

@ChipLubis97 replace "lapi.weights" with the name of weights file that you are going to use for prediction or you can download weights from https://www.kaggle.com/achrafkhazri/licence-plate-detection-yolo-v3-trained-wights/downloads/licence-plate-detection-yolo-v3-trained-wights.zip/1 and use them.

ChipLubis97 commented 5 years ago

It works. Thanks a lot bro

SamarpanKumar commented 10 months ago

l

@ChipLubis97 replace "lapi.weights" with the name of weights file that you are going to use for prediction or you can download weights from https://www.kaggle.com/achrafkhazri/licence-plate-detection-yolo-v3-trained-wights/downloads/licence-plate-detection-yolo-v3-trained-wights.zip/1 and use them.

link is not working!!!