https://github.com/dragen1860/facescore
https://github.com/dragen1860/facescore
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dragen1860/facescore
- Owner: dragen1860
- Created: 2015-11-07T14:47:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T09:19:04.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T10:43:40.760Z (8 months ago)
- Language: C++
- Size: 0 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.