Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom Pillot
Thymio Game
Commits
21e8d12a
Commit
21e8d12a
authored
Jul 03, 2020
by
Tom Pillot
Browse files
Remove print
parent
9cfe2a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
game/detector.py
View file @
21e8d12a
...
...
@@ -39,7 +39,6 @@ class Detector(apriltag.Detector):
gray
=
cv2
.
cvtColor
(
frame
,
cv2
.
COLOR_BGR2GRAY
)
tag_id
=
self
.
detect
(
gray
)
print
(
tag_id
)
cv2
.
destroyAllWindows
()
return
tag_id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment