This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeepFace -> face_recognition (dlib) migration (#70)
* feat,ref: swapped register faces to register embeddings * feat: added func for iterating over embeddings * feat: added register face embeddings func and face match for dlib face-rec * fix: robustness fixes for faces folder and get_facematch * build: added face-recognition to poetry config * ref,doc: Cleaned up recognition after dlib changes * ref,doc: added documentation for iter_face_embeddings * fix: put rpi-gpio back * feat: face_unlock.py migrated and dlib working on laptop * feat: Made face_unlock.py work for laptop or rpi * feat: made statuses more specific and added Enum * fix: restored take_snapshot Opencv only takes next frame in buffer not most recent so we need to reset device each snapshot * ref: deleted old test scripts as these are captured by face_unlock.py now * ref: removed explore-deepface script
- Loading branch information
1 parent
4f46079
commit 77cbc27
Showing
8 changed files
with
730 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.