Skip to content

Shlok-crypto/Augmented-AirPainting-with-Hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Augmented_AirPainting_with_hand

Paint on live video in 2D space using just your HANDS

Hand-Detection

Hand Detection System utilizing deep learning library from MediaPipe by Google

CHECK OUT Live Video Output Below !!

Input

  • live frame

Output

  • Hand detected
    • Palm detection
    • 21 point detection

Algorithm

  • Palm Detection

To detect initial hand locations, we utlize a single-shot detector model optimized for mobile real-time uses Detecting hands is a decidedly complex task: we use model to work across a variety of hand sizes with a large scale span (~20x) relative to the image frame and be able to detect occluded and self-occluded hands.

image

  • Hand Landmark Model

After the palm detection over the whole image our subsequent hand landmark model performs precise keypoint localization of 21 3D hand-knuckle coordinates inside the detected hand regions via regression, that is direct coordinate prediction. The model learns a consistent internal hand pose representation and is robust even to partially visible hands and self-occlusions. image

Result

image

Output Image

image

About

Paint on live video in 2D space using just your HANDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages