GithubHelp home page GithubHelp logo

xyg-coder / real_time_face_recognition Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 105.11 MB

Detect and recognize faces in videos based on dlib

Python 95.84% Shell 4.16%
face-detection face-recognition dlib

real_time_face_recognition's Introduction

real_time_face_recognition

This project can be divided into two steps:

  1. Get static training model.
  2. Use training model to recognize names in videos.

Dockerfile

  • The Dockerfile.gpu contains one Dockerfile which can run the dlib library to detect and recognize faces.

Training Step

Main Idea

  • Use Ransac to train the face model.

How to train

python3 train_cli.py train-with-video <your-video-location> <username>

Detecting Step

Main Idea

  • Detect and encode faces in the frames and save result videos.

How to recognize

python3 recognize_cli.py recognize-faces-in-video <your-video-location>

Doc

  • There is one detail report in doc folder.

Bash script example

  • test_experiment_cli.sh: Detect faces in the video and save as images
  • test_recognize_cli.sh: Recognize faces in the video and output result video
  • test_recognize_faces_in_images.sh: Recognize faces in the image
  • test_train_cli.sh: Train with video

real_time_face_recognition's People

Stargazers

 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.