Skip to content

Commit

Permalink
perf: you can input your name before regitering your face
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanuega committed Jul 9, 2020
1 parent c0f85e2 commit 099b7ed
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file added database/daniel/Jul-09-2020--17:00:57:698.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added database/daniel/Jul-09-2020--17:12:56:920.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added database/eric/Jul-09-2020--17:05:16:093.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified database/representations.pkl
Binary file not shown.
3 changes: 2 additions & 1 deletion rekog.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def rekog():
elif key == ord('r'):
video.release()
cv2.destroyAllWindows()
register(name='daniel')
name = input("Enter your name: ")
register(name=name)
rekog()

video.release()
Expand Down

0 comments on commit 099b7ed

Please sign in to comment.