Dlib is a powerful library having a wide adoption in image processing community similar to OpenCV. Researchers mostly use its … More
Tag: face recognition
Face Recognition with DeepID in Keras
Face recognition researches are emerged from the tech giants such as Facebook and Google to the top universities in the … More
Mastering Face Recognition with Ensemble Learning
There are lots of face recognition models in the field. Some are designed by the top universities in the world … More
Large Scale Face Recognition for Deep Learning
Face recognition technology is mainly based on face verification. All scenario depends on feeding two face photos to a convolutional neural … More
Fine Tuning The Threshold in Face Recognition
Face recognition models are regular convolutional neural networks. These models are responsible to represent face images as vectors. We’ll find … More
A Gentle Introduction to Face Recognition in Deep Learning
Modern face recognition pipelines consist of 4 common stages. These are detection, alignment, representation and verification. These might be confusing … More
Face Alignment for Face Recognition in Python within OpenCV
Face alignment is an early stage of the modern face recognition pipeline. Google declared that face alignment increases the accuracy … More
Face Recognition with Facebook DeepFace in Keras
Facebook researchers announced its face recognition model DeepFace. It shows a very close performance to human level. Humans have 97.53% … More
From Face Recognition to Kinship Prediction: A Kaggle Experience
Recently, Kaggle announced a competition aiming to find related face pairs in a random set. This was my 1st kaggle … More
Face Recognition with OpenFace in Keras
OpenFace is a lightweight and minimalist model for face recognition. Similar to Facenet, its license is free and allowing commercial … More