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
- Host: GitHub
- URL: https://github.com/nktks/face-scripts
- Owner: nktks
- Created: 2018-04-11T14:46:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T02:48:14.000Z (about 7 years ago)
- Last Synced: 2025-01-12T18:52:11.750Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```