This is Face-Unlock repository of IvLabs and contains the implementation of Triplet Network and FaceNet with ResNet as the backbone architecture implemented from scratch to perform one-shot and zero-shot learning on different datasets.
Our work is categorized as following:
-
- Triplet Loss on MNIST
- CNN on AT&T Dataset
- ResNet on AT&T Dataset
-
- AT&T Dataset
- LFW Dataset
- Glint360k Dataset
-
Real-Time Face Recognition
- Hosting Web based implementation
- Integrating with Rasberry Pi
-
There are 10 different images of each of 40 distinct subjects.
Dataset Statistics
- Color: Grey-scale
- Sample Size: 92x112
- #Samples: 400
-
Labeled Faces in the Wild is a public benchmark for face verification, also known as pair matching.
Dataset Statistics
- 13233 images
- 5749 people
- 1680 people with two or more images
A part of this project was also to understand and implement Residual Networks from scratch which can be found in model.py
References