mirror of
https://github.com/esimov/pigo.git
synced 2025-10-18 22:04:49 +08:00
19 lines
556 B
Markdown
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
|