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

Got 3 expected 2

Open Renegade1508 opened this issue 2 years ago • 2 comments

Traceback (most recent call last): File "c:\Users\vayuy\Downloads\Hand_detection_tracking_opencv--master\Hand_detection_tracking_opencv--master\hand_detection_tracking.py", line 44, in _, conts, h = cv2.findContours(maskClose,cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ValueError: not enough values to unpack (expected 3, got 2) [ WARN:[email protected]] global D:\a\opencv-python\opencv-python\opencv\modules\videoio\src\cap_msmf.cpp (539) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

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