Face Recognition

Computer Vision and Intelligence Group, IIT Madras

avatar

We implement an experimental setup with face detection and recognition. This has been used for our purposes with the following aims:

Primarily, we use this in two use cases:

We have experimented with multiple classifiers for error free student identification.

Sample Results

example

Contents

Facenet Docs

Object Detection Experimental Setup

To Do

Dependencies

Pipeline

Image -> FaceDetection -> CroppedFace -> FaceRecognition -> Descriptor(128D) -> FaceClassifier -> Name

Credits

FaceRecognition(FaceNet)

TensorFlow implementation of the face recognizer described in the paper "FaceNet: A Unified Embedding for Face Recognition and Clustering". Ref. https://github.com/davidsandberg/facenet