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
line 137 in leafdetectionALLmix.py,
contours,hierarchy = cv2.findContours(bordered, cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE)
error occured:
ValueError: too many values to unpack (expected 2)
while creating dataset
The text was updated successfully, but these errors were encountered:
line 137 in leafdetectionALLmix.py,
contours,hierarchy = cv2.findContours(bordered, cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE)
error occured:
ValueError: too many values to unpack (expected 2)
while creating dataset
The text was updated successfully, but these errors were encountered: