amogh112 / audetect

Recognizes facial expressions using computer vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audetect

Recognizes facial expressions using computer vision. Given a series of input images (video), returns a list of active facial action units.

Methods are based loosely on Valstar & Pantic 2006.

A (boring) video demonstration of the program (slowly) doing its thing.

Requirements

audetect has only been tested with

  • Python 2.7
  • OpenCV 2.4.7

Installation

# python setup.py install

Running

$ audetect-interactive.py --help

should give you a good start.

About

Recognizes facial expressions using computer vision


Languages

Language:Python 100.0%