Skip to content
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

Error in line 34 #2

Open
Inspector3ug opened this issue Apr 24, 2022 · 2 comments
Open

Error in line 34 #2

Inspector3ug opened this issue Apr 24, 2022 · 2 comments

Comments

@Inspector3ug
Copy link

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)

@Renegade1508
Copy link

bro i got same error

@JaeYoungLee79
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants