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

Fix hand focusing demo #4

Merged
merged 1 commit into from Jul 11, 2022
Merged

Fix hand focusing demo #4

merged 1 commit into from Jul 11, 2022

Conversation

Erol444
Copy link
Contributor

@Erol444 Erol444 commented Jul 10, 2022

Fixed this error:

Pipeline started
Traceback (most recent call last):
  File "demo.py", line 208, in <module>
    cv2.rectangle(frame, zone[:2], zone[2:], color, 3)
TypeError: an integer is required (got type tuple)

cc @geaxgx

Fixed this error:
```
Pipeline started
Traceback (most recent call last):
  File "demo.py", line 208, in <module>
    cv2.rectangle(frame, zone[:2], zone[2:], color, 3)
TypeError: an integer is required (got type tuple)
```
@Erol444 Erol444 changed the title Update demo.py Fix hand focusing demo Jul 10, 2022
@geaxgx geaxgx merged commit 7596bbe into geaxgx:main Jul 11, 2022
@geaxgx
Copy link
Owner

geaxgx commented Jul 11, 2022

Thank you @Erol444 !

@Erol444 Erol444 deleted the patch-1 branch July 12, 2022 20:53
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

Successfully merging this pull request may close these issues.

None yet

2 participants