Skip to content

APX103/PoseHID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoseHID

hand pose control PC or some other thing (I mean anything)

key point

  1. mediapipe(0.9.3.0)
  2. pyautogui(0.9.53)

Architecture


    hand landmark detect and gesture regression based on `mediapipe`

      |   python   |   tflite  |  onnx(tf2onnx)  |  TensorRT  |

-----------------------------------------------------------------------------

              operation based on hand pose & landmark

PC | PC with GPU | Jetson | RPI4 | some other device without python or linux

-----------------------------------------------------------------------------

    mouse and keyboard simulation based on HID(Human Interface Device)

          map Pose to Operation, based on a json config file

Technology Selection

PC(Windows)

python + mediapipe

  1. Get hand landmark and gesture by mediapipe
  2. Control mouse and keyboard using pyautogui

Get Start

Config

Follow the instruction of readme/中文文档

Run

# need conda, need a conda env called 'PoseHID'
conda activate PoseHID
pip install -r requirements.txt
python main.py

Test

# need conda, need a conda env called 'PoseHID'
conda activate PoseHID
pip install -r requirements.txt
pytest

Limitations

WIP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages