/DRTFace

Open-source C++ library for face detection, recognition and tracking: [Detect | Recognise | Track] Face

Primary LanguagePureBasicBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DRTFace

License CodeFactor Build status

[Detect | Recognize | Track] Face

Run Model

cd model

./build.sh

Run Application

mkdir build && cd build

cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local

make

cd bin

./Demo\ Core