Skip to content

Static Hand Gesture detection using opencv python with hog features and SVM .

Notifications You must be signed in to change notification settings

satyam02/HandGesturePy

 
 

Repository files navigation

HandGesturePy

Human Computer Interaction using hand gesutures using Opencv - Python . Hand Gesture recognition is performed using HoG features and SVM as classifier. This project is inspired from http://research.microsoft.com/pubs/220845/depth4free_SIGGRAPH.pdf

Hardware Setup

alt tag

Difference after removing IR illuminator and using IR illuminators

Final Setup

Project Modules

TrainData

alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag

Training Data Accuracy

Number of Class : 9
Number of Item per Class : 20
Folder Name : TrainData2
Number of Cross validation Folds : 20

========================================================
+													   +
+				    MODEL EVALUATION				   +
+													   +
========================================================


----------------------- accuracy -----------------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667
----------------------- f1_macro -----------------------
Mean    :    0.921296296296
Max     :    1.0
Min     :    0.611111111111
----------------------- f1_micro -----------------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667
----------------------- precision_macro ----------------
Mean    :    0.912962962963
Max     :    1.0
Min     :    0.592592592593
----------------------- precision_micro ----------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667
----------------------- precision_weighted -------------
Mean    :    0.912962962963
Max     :    1.0
Min     :    0.592592592593
----------------------- recall_macro -------------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667
----------------------- recall_micro -------------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667
----------------------- recall_weighted ----------------
Mean    :    0.938888888889
Max     :    1.0
Min     :    0.666666666667

FLOWChart

Steps

Applications

IMAGE ALT TEXT HERE

About

Static Hand Gesture detection using opencv python with hog features and SVM .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%