We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
I am working on the recognition, i mention that it is not good, see the readme file please!
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: