ANPR icon indicating copy to clipboard operation
ANPR copied to clipboard

bad recognition

Open edgarscr opened this issue 5 years ago • 1 comments

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_APPROX_SIMPLE) to _, contours, _ = cv2.findContours(th3, cv2.RETR_EXTERNAL,cv2.CHAIN_APPROX_SIMPLE)

edgarscr avatar Nov 22 '19 00:11 edgarscr

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

GuiltyNeuron avatar Nov 24 '19 12:11 GuiltyNeuron