[Detect | Recognize | Track] Face
cd model
./build.sh
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local
make
cd bin
./Demo\ Core
Open-source C++ library for face detection, recognition and tracking: [Detect | Recognise | Track] Face
PureBasicBSD-3-Clause