Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 490 Bytes

Gesture-Recognition

这个仓库是做手势识别。

使用步骤

  1. 进入到 hand-landmark-detection 子文件夹,开启 http 服务:

    python -m http.server

    这会对手部做关键点检测,并将检测到的关键点坐标通过 WebSocket 传给后端。

  2. 运行 AiVirtualMouse5.py

    python AiVirtualMouse5.py

    这会通过 WebSocket 接收检测到的关键点坐标,通过逻辑运算,实现鼠标控制。