Git Product home page Git Product logo

face-extractor's Introduction

face-extractor

MTCNN based face extractor

Introduction

Detect faces from input images, and save the cropped face images to the output directory. It helps to generate the customized dataset for neural network trainings.

Usage

  1. Put input images to ./data/input directory.
  2. python main.py
  3. Find the result in ./data/output directory.

MTCNN

MTCNN (Multi-Task Cascaded Convolutional Neural Network) is a deep learning model used for face detection, alignment, and recognition. It was proposed in 2016 by Zhang et al. and has since become a popular tool for face-related tasks in computer vision.

MTCNN consists of three stages of deep convolutional neural networks (CNNs), each of which performs a specific task in the face detection and alignment pipeline. The first stage, called the "Proposal Network" (P-Net), generates candidate face regions using a sliding window approach. The second stage, called the "Refinement Network" (R-Net), filters out false positives and produces more accurate bounding boxes around faces. The final stage, called the "Output Network" (O-Net), performs facial landmark localization and alignment.

MTCNN has several advantages over previous face detection and alignment methods. It is able to detect faces at different scales and orientations, handle occlusions and partial views, and produce accurate facial landmark locations for subsequent recognition tasks. MTCNN has been widely adopted in various applications such as security systems, social media, and virtual reality.

face-extractor's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.