You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this line: (_, cnts, _) = cv2.findContours(thresholded.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE)
Put (cnts, ) instead of (, cnts, _) this worked for me.
Guessing i'm missing something obvious here - requires a specific (older) version of opencv-python?
The text was updated successfully, but these errors were encountered: