Skip to content

omaarelsherif/Face-Detection-Using-MTCNN

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Face Detection With MTCNN


➲ Project description

Apply face detection using Multi-Task Cascaded Convolutional Neural Network model "MTCNN" algorithm which is based on deep learning where it extract every face bounding box within an image and then we can draw these faces using opencv.
MTCNN Paper : https://arxiv.org/abs/1604.02878


➲ Prerequisites

This is list of required packages and modules for the project to be installed :


➲ Installation

  1. Clone the repo
    git clone https://github.com/omaarelsherif/Face-Detection-Using-Deep-Learning.git
  2. Run the code from cmd
    python face_detection.py "IMAGE_PATH"
    For example:
    python face_detection.py Images/img1.jpg


➲ Output

Here's the project output where the input is an image containing single or multi faces and the output will be the same image with bounding boxs around all faces in the image as follows:

Single Face Detection Output

Multi Face Detection Output


➲ References

These links may help you to better understanding of the project idea and techniques used :

  1. Face detection in deep learning : https://bit.ly/3ht8kGY
  2. MTCNN : https://bit.ly/3nshJCJ

➲ Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages