Skip to content

mrlathome/faceutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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