Skip to content

The project preforms live time object detection using the webcam and classifies the hand gestures into four different classes: Livelong, ThumbsUp, ThumbsDown and Peace.

Notifications You must be signed in to change notification settings

Anand-Theertha/TensorFlow-Object-Detection-using-Webcam-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand gestures detection using Webcam (TensorFlow Object Detection API)

The project preforms live time object detection using the webcam and classifies the hand gestures into four different classes: Livelong, ThumbsUp, ThumbsDown and Peace.

The webcam captures images at fixed intervals of time for training dataset for each class using the LabelImg tool. Tensorflow Object Detection API is installed to work both locally as well as on Google Colab. A pre-trained model (ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8) is modified to label the hand gestures trained into the model. The preformance matrix of our model is evaluated: Average Precision - 78% and Average Recall - 79% with 10 images to train for each class.

Output seen on Google Colab when model is tested using an image -

colab-2

About

The project preforms live time object detection using the webcam and classifies the hand gestures into four different classes: Livelong, ThumbsUp, ThumbsDown and Peace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published