GuiltyNeuron / ANPR

license plate detection and recognition
384 stars 147 forks source link

bad recognition #15

Open edgarscr opened 4 years ago

edgarscr commented 4 years ago

hello im trying your code but i dont get good response from system

example

https://towardsdatascience.com/automatic-license-plate-detection-recognition-using-deep-learning-624def07eaaf

my only change its

contours, hierarchy = cv2.findContours(th3, cv2.RETR_TREE, cv2.CHAIN_APPROXSIMPLE) to , contours, _ = cv2.findContours(th3, cv2.RETR_EXTERNAL,cv2.CHAIN_APPROX_SIMPLE)

GuiltyNeuron commented 4 years ago

I am working on the recognition, i mention that it is not good, see the readme file please!