This repo is the SDK warpper for face detection, alignment, tracking and feature extraction algorithms.
- jiajiachen@deepglint.com
- xiaodongsun@deepglint.com
- yafengdeng@deepglint.com
- zhenchen@deepglint.com
- zhenzuo@deepglint.com
- ziyongfeng@deepglint.com
- dgcaffe
- cudart
- cudnn
- opencv
- protobuf TBD
- Install Cmake
- Install git-lfs for large file support, refer to doc/git-lfs.md
- Install conan for libraries management, refer to doc/conan.md
- $ mkdir build && cd build && conan install .. && cmake ..
- $ make