Skip to content

mukul54/Live-face-recognition-for-security-purpose

Repository files navigation

Live-face-recognition-for-security-purpose

Brief Description

This project uses facenet to recognise the person's face. If the person is not identified as an authorized person it triggers an alarm to start.Inception network as described in the paper is used as 128-d feature extractor and we used Harr Cascade Classifier for live face detection and passed the roi extracted (after resizing it to 96x96, since the model was trained on the input of size 96x96) by the face detector to the inception network to extract the 128-d feature(embedding) and then we set the threshold for after calculating the L2 distance.

Team Members:

Releases

No releases published

Packages

No packages published

Languages