Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Updated TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed Feb 16, 2024
1 parent 835e19e commit f7f5db9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion wyzely_detect/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def main():
)
)
# Display the resulting frame
# TODO: When multi-camera support is added, this needs to be changed to allow all feeds
if not args.no_display:
for i, frame_to_show in enumerate(frames_to_show):
cv2.imshow(f"Video {i}", frame_to_show)
Expand Down
2 changes: 1 addition & 1 deletion wyzely_detect/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

first_face_try = True

# TODO: When multi-camera support is added, this will need to be changed so that each camera has its own dict
# TODO: When multi-camera support is ~~added~~ improved, this will need to be changed so that each camera has its own dict
objects_and_peoples = {
"objects": {},
"peoples": {},
Expand Down

0 comments on commit f7f5db9

Please sign in to comment.