mrlathome / faceutils

Face recognition using dlib and kNN classification (ROS compatible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRL @Home face recognition

Face recognition using dlib and kNN classification with ROS compatibility.

made-with-python


Face detector in a Docker image

Take a look at facedetector. It's a simple Flask and docker-ready application that works as a server to detect faces, genders and their landmarks.

Caution

The Master branch is heavily under development. Please use v1 branch instead of Master.

Wiki

For details, please read our notes on Wiki Pages.

Tests

$ sudo pip install nose
$ python2.7 -m nose -v --nocapture

ROS module

To install it as ROS module, first of all, install faceutils with pip and then clone this repository to your catkin_ws. Do not forget to run catkin_make.

Contribution

It's simple. Fork and work on it !

Remember to write a tests in tests directory before sending PR.



MIT license Made in MRL

About

Face recognition using dlib and kNN classification (ROS compatible)


Languages

Language:Python 97.0%Language:Shell 1.8%Language:CMake 1.2%