Code Monkey home page Code Monkey logo

inayatkh / deepfacedetectrecog Goto Github PK

View Code? Open in Web Editor NEW
8.0 6.0 4.0 48.53 MB

Here, I have demonstrated the use of Multi-task Cascaded Convolutional Neural Networks, [MTCCNN](https://github.com/xiangrufan/keras-mtcnn) for deep face detection and [faceNet](https://arxiv.org/pdf/1503.03832.pdf) for encoding of the aligned faces. Recognition is then performed by matching the faces detected in the test images with the already enrolled or registered faces using euclidean distances.

Makefile 0.53% Python 99.47%

deepfacedetectrecog's Introduction

Deep Face Detection and Recognition


Introduction

Here, I have demonstrated the use of Multi-task Cascaded Convolutional Neural Networks, MTCCNN for deep face detection and faceNet for encoding of the aligned faces. Recognition is then performed by matching the faces detected in the test images with the already enrolled or registered faces using euclidean distances.

Due to time limit, I have not included the detailed document. I will later include the more detailed documentation to this project.

Requirements

  • python version 3.5
  • tensor flow
  • keras
  • hdf5
  • some othe packages

note: full requirement i will update in near future

Using this code, you can build your own face recognition system just by adding the images of faces of the persons need to be recognised in the "faces" directory inside the "images" folder. The following steps must then be followed;

Step 1: Register Faces

The faces to be recognised must be registered and enrolled in the system. This is done by executing the following command

$ python registerFaces.py

This will detected the faces in the training images and their corresponding encoding are saved in a dataset.

Step 2 :

Firstly, excute the following code to recognise faces in the test images

$ python recognisePersons.py

deepfacedetectrecog's People

Contributors

inayatkh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.