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

Using facenet for security purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Using facenet for security purposes

License:MIT License


Languages

Language:Python 100.0%