atduskgreg / gestuRe

Simple Interactive Machine Learning system for recognizing hand gestures in Processing with OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GestuRe: A mixed-initiative interactive machine learning system for recognizing hand gestures

GestuRe is a mixed-initiative interactive machine learning system for recognizing hand gestures. It attempts to give the user visibility into the classifier's confidence for each class and control of the conditions under which it actively requests labeled gestures when its predictions are uncertain.

GestuRe is built with OpenCV for Processing and PSVM. It uses a Support Vector Machines classifier with a feature vector based on Histogram of Oriented Gradients calculated by OpenCV. It uses Libsvm for classification rather than OpenCV's native SVM implementation for improved performance.

See the system in action here: GestuRe: A mixed-initiative interactive machine learning system for recognizing hand gestures from Greg Borenstein on Vimeo.

About

Simple Interactive Machine Learning system for recognizing hand gestures in Processing with OpenCV


Languages

Language:Processing 100.0%