Face recognition using
dlib
andkNN
classification with ROS compatibility.
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.
The Master
branch is heavily under development. Please use v1
branch instead of Master
.
For details, please read our notes on Wiki Pages.
$ sudo pip install nose
$ python2.7 -m nose -v --nocapture
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
.
It's simple. Fork and work on it !
Remember to write a tests in tests
directory before sending PR.