Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubhav-bhargava/wink
Wink Detection
https://github.com/anubhav-bhargava/wink
computer-vision dlib opencv python wink
Last synced: 5 days ago
JSON representation
Wink Detection
- Host: GitHub
- URL: https://github.com/anubhav-bhargava/wink
- Owner: Anubhav-Bhargava
- License: mit
- Created: 2018-03-26T16:04:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T15:18:26.000Z (over 6 years ago)
- Last Synced: 2024-04-17T12:16:38.658Z (7 months ago)
- Topics: computer-vision, dlib, opencv, python, wink
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wink
A simple program to detect winks ;)
# Prerequisites
>The code is developed for Python 2.7
>All dependencies are mentioned in Requirements.txt file
>You'll also need a facial landmarks file, which can be download [here](https://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2/download)
### Execution
```
python wink.py
```