An open API service indexing awesome lists of open source software.

https://github.com/dragen1860/facescore


https://github.com/dragen1860/facescore

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

#Face Score System

##How to build
the application requires the following library to be installed at first:
- OpenCV version 2.4 or above (See OpenCV build options for recommended settings).
- CMake version 2.8 or above.
- FFMPEG version 1.0.0 or above.
- Bash
- Qt version 4.7 or above (only required if building the GUI)

please refer to [face-analysis-sdk](https://github.com/ci2cv/face-analysis-sdk) for more details

preparing your operating system environment and
```shell
mkdir build
cd build
rm -rf *
cmake ..
make
```
after that, just copy some images from computer to build directory and
```shell
./score
```
and enjoy!

>author:dragen@live.cn, please see biyanzhi.com for more details.