Skip to content

MVP v0.0.0

Compare
Choose a tag to compare
@Anurag14 Anurag14 released this 27 Apr 15:22
· 142 commits to master since this release
7bcdfe8

-- main.py works using face_recognition and opencv
--primitive version lags in fps and compute heavy on CPU for real-time recognition and detection.
--face detection is done solely using face_recognition API
--encode.py works using face_recognition and opencv
--generates embedding of all the images in the system and then makes their encodings.