-
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
value error #18
Comments
Same issue here.
|
the function cv2.findContours() has been changed to return only the two parameters, here in this context contours, npaHierarchy |
@techieph yes it worked |
@techieph it works well!! but in 7 line you should change word |
File "C:\Users\Shubham.000\Desktop\OpenCV_3_License_Plate_Recognition_Python-master\DetectPlates.py", line 133, in findPossibleCharsInScene
imgContours, contours, npaHierarchy = cv2.findContours(imgThreshCopy, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE) # find all contours
ValueError: need more than 2 values to unpack
The text was updated successfully, but these errors were encountered: