Giter Club home page Giter Club logo

face-verification-vggface's Introduction

Face Recognition

This project aims to identify people in videos with deep learning methods. The initial idea was to replicate the VGG2 Dataset paper, therefore I have trained a ResNet-50 model for that purpose on a subset of that dataset. Since the focus was in the identification of a person by their face, the component regarding the detection of faces is a pretrained MTCNN Model using the weights given in this facenet-pytorch repository.

One of the important elements of the proposed solution is that the algorithm does not require to be trained with the information of the people that we are aiming to recognize. The trained model output is given in a embedding space with size 1024. With the information of this output and at least 1 picture of the person that we aim to identify, it is possible to calculate the euclidean distance between the embedding of the target and the embedding of the face captured in the video. If the distance is below a specific threshold, then it corresponds to the person that we want to find.

Demo (Youtube Video)

Demo

Instructions to use

face-verification-vggface's People

Contributors

netopedro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.