Hand_detection_tracking_opencv- icon indicating copy to clipboard operation
Hand_detection_tracking_opencv- copied to clipboard

Error in line 34

Open Inspector3ug opened this issue 2 years ago • 2 comments

Traceback (most recent call last): File "d:\Projects\hand_detection1.py", line 34, in _, conts, h = cv2.findContours(maskClose,cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ValueError: not enough values to unpack (expected 3, got 2)

Inspector3ug avatar Apr 24 '22 03:04 Inspector3ug

bro i got same error

Renegade1508 avatar May 05 '22 15:05 Renegade1508

_, conts, h = cv2.findContours(maskClose, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE)

ValueError: not enough values to unpack (expected 3, got 2)

JaeYoungLee79 avatar Oct 07 '22 08:10 JaeYoungLee79