-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
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
Facing Errors Mian.py #17
Comments
Same Error I got too |
Change these lines in
detectChars.py
|
thanks sir its working for me ... i really appreciate you ...kindly you can tell me how can i use this project for Pakistani car number plates ????? |
I had same errors but after changing the above mentioned lines code worked. Thank you so much . Its my MCA project . |
Interesting, neither change worked for me in Python3, but the adding [-2:] at the end of the original findContours() worked. |
main()
listOfPossiblePlates = DetectPlates.detectPlatesInScene(imgOriginalScene) # detect plates
listOfPossibleCharsInScene = findPossibleCharsInScene(imgThreshScene)
imgContours, contours, hierarchy = cv2.findContours(imgThreshCopy, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE) # find all contours
ValueError: not enough values to unpack (expected 3, got 2)
The text was updated successfully, but these errors were encountered: