Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 646 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 646 Bytes

This example detects hand pose from an image.

To test the live hand pose estimation from camera, run:

python demo.py

To test the hand pose estimation on image, run:

python demo_image.py

To test the live hand closure status with the pose estimation from camera, run:

python is_open_demo.py

To test the live hand pose estimation from camera and visualize keypoints in 3D, run (This module has an extra dependency of matplotlib):

python demo3D.py

Additional notes

To test a more robust hand pose estimation and open / close classification try out the "paz/examples/hand_detection/pose_demo.py"