Giter Club home page Giter Club logo

face_recog_video's Introduction

Online Face Recognition

For PerceptIn Robotics Vision System v0.4.0

Introduction

This face recognition project was built for PerceptIn Visual Inertial Module SDK v0.4.0 using OpenCv built-in face module.

File List

  1. build/ Project Build Directory.

  2. models/ Directory that stores all useful pre-trained models, and user trained models.

  3. raw_data/ Directory that stors all training data (not processed)

  4. data/ Directory that stores all training data (processed)

  5. src/data_process.py C++ file for Data Preprocessing: read in all image files and output all processed data and a .csv file that labels all images.

  6. src/simple_model_tester.cpp C++ file for testing model functionality and model accuracy.

  7. src/train.cpp C++ file for training face recognition model from processed data

  8. CMakeLists.txt text cmake file.

Requirement

The project was built and tested under Ubuntu 16.04 with following package installed. It is highly recommended to build the project under linux system.

OpenCV 3.2.0
libgtk-3-dev
libusb-1.0-0-dev
libblas
liblapack
PIRVS_SDK_0.4.0

You can download PIRVS_SDK_0.4.0 here

How to build the project

mkdir build
cd build
cmake ..

A Simple Demo video

face_recog_video's People

Contributors

arthur-cen 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.