Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 865 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 865 Bytes

Face - a framework for 2D/3D face recognition

Prerequisities

How to compile

git clone https://github.com/stepanmracek/face.git
cd face
mkdir build
cd build
cmake ../src
make