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

https://github.com/nktks/face-scripts

scripts for face judgement by python, opencv
https://github.com/nktks/face-scripts

Last synced: 3 months ago
JSON representation

scripts for face judgement by python, opencv

Awesome Lists containing this project

README

        

## requirement

Python 3.6.5
OpenCV 3.4

## install Numpy and OpenCV
```
pip install numpy
brew install opencv
cd /path/to/python3.6/lib/python3.6/site-packages/ && ln -s /usr/local/Cellar/opencv/3.4.1_2/lib/python3.6/site-packages/cv2.cpython-36m-darwin.so ./cv2.cpython-36m-darwin.so
```

## install dependencies

```
pip install pipenv
pipenv install
```