Skip to content

Face detection and recognition wrapper library for the tools/demos in dlib. Includes new tools like facegrep which allow you to search for similar faces in photos.

License

Notifications You must be signed in to change notification settings

tuanchien/facetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facetools

A C++ frontend library for face detection and recognition.

Facegrep

A command line tool to search for similar faces (grep for faces), using the facetools framework.

Prerequisites

  1. CMake 2.8 or later.
  2. dlib 19.4 or later.
  3. Google Test (if you want to compile the tests).

Build

mkdir build && cd build
cmake ..
make

To fetch the models during the build process use cmake -DGET_MODELS=1 .. instead of cmake ..

Example facegrep usage

From within the facetools/test_data/facegrep/searchdir directory,

facegrep bruce0.jpg .

will produce

./bruce/bruce1.jpg
./bruce/bruce2.jpg
./bruce/bruce3.jpg
./bruce0.jpg

as results.

About

Face detection and recognition wrapper library for the tools/demos in dlib. Includes new tools like facegrep which allow you to search for similar faces in photos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published