Files
pigo/examples/talk_detector/README.MD
2019-10-29 14:50:04 +02:00

19 lines
556 B
Markdown

## Talk detection demo
This demo demonstrates how Pigo's facial landmark points detection capabilities can be used for detecting if a person is talking or not. This method can be used in a variety of fields, like checking if a person is communicating or not.
### Requirements
* OpenCV2
* Python2
### Usage
```bash
$ python2 talkdet.py
```
### Keys:
<kbd>w</kbd> - Show/hide detected faces (default On)<br/>
<kbd>e</kbd> - Show/hide detected pupils (default On)<br/>
<kbd>e</kbd> - Show/hide facial landmark points (default On)<br/>
<kbd>q</kbd> - Quit