Multi-task Cascade Convolutional Neural Network in Face Detection

Amir Khan
1 min readMay 1, 2019

--

In this blog, i can tell you how to use convolutional neural network for face detection.

deep learning based model has achieved a state-of-the- art results in face detection better than opencv, cvlib or dlib as per my experience.

one of the example of deep learning based face detection model is MTCNN. An open source implementation link https://github.com/ipazc/mtcnn , you can go and research through it.

it can be installed easily using pip command.

pip install mtcnn
installing mtcnn using pip

I tested on sample image https://machinelearningmastery.com/wp-content/uploads/2019/03/street.jpg

The code is taken from the open source github repository of mtcnn

Result of the face detection using mtcnn is awesome!!!!!

sample detected face using mtcnn

Have a try and Thanks for reading:)

--

--

Amir Khan
Amir Khan

Written by Amir Khan

Deep Learning, Machine Learning, NLP, Pytorch, Tensorflow, Reinforcement Learning and Computer Vision Enthusiast

No responses yet