Skip to content

This Script is used to differentiate the right and left hand of a human being and also find the coordinates of the 21 landmarks of each hand using the mediapipe library.

License

Notifications You must be signed in to change notification settings

i5han2/HandLandmarks-tracking-with-multi-handedness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandLandmarks-tracking-with-multi-handedness

This Script is used to differentiate the right and left hand of a human being and also find the coordinates of the 21 landmarks of each hand using the mediapipe library.

Demo

demo_final.mp4

How to run this script

  • Clone this repo
git clone <url>
  • Install virtual environment
pip install virtualenv
  • Create a virtual environment
virtualenv venv
  • Activate virtual environment
venv\Scripts\activate
  • Install all the dependencies
pip install -r requirements.txt
  • Run the script
python main.py

After running the script, you will see the landmark coordinates and handedness list in the console. And a live video stream with hand landmark detection

Use this script for your specific use case
Happy coding!!

About

This Script is used to differentiate the right and left hand of a human being and also find the coordinates of the 21 landmarks of each hand using the mediapipe library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages