Face Detection

Real time deep learning based face detection with MTCNN

by Ankit Sachan • October 13, 2019

Today, we are going to use deep learning to detect faces in images and videos using Tensorflow. You guys might have seen a lot of demos of face detection online. Most of these demos or projects are built using Haar cascade in OpenCV. Haar cascades have a lot of issues when applied to real-world videos. They […]

Continue Reading