Skip to content

This repository includes the python script for object detection using pointing gestures. For set of defined pointing gestures, the algorithm figures out the pointing direction and detects the object in that direction, if any.

Notifications You must be signed in to change notification settings

himanshuj24/PointingGestures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PointingGestures

This repository includes the python script for object detection using pointing gestures. For set of defined pointing gestures, the algorithm figures out the pointing direction and detects the object in that direction, if any.

Google's Media Pipe Library is used to get the skeleton of hand. This library allows to access the points in the skeleton and then by utilizing these indices, further alogirthm is designed. For more information on Media Pipe library, plesae visit https://google.github.io/mediapipe/

Other required libraries are: OpenCV, Time, numpy

Result of this script: Output of this script:

About

This repository includes the python script for object detection using pointing gestures. For set of defined pointing gestures, the algorithm figures out the pointing direction and detects the object in that direction, if any.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages