show / mmpose-0.29.0 /demo /docs /gesture_recognition_demo.md
camenduru's picture
thanks to show ❤
3bbb319
|
raw
history blame
No virus
1.33 kB

Hand Gesture Recognition Demo

We provide a demo for gesture recognition with MMPose. This demo is built upon MMPose Webcam API.


Get started

Launch the demo from the mmpose root directory:

python demo/webcam_demo.py --config demo/webcam_cfg/gesture_recognition.py

Hotkeys

Hotkey Function
v Toggle the gesture recognition result visualization on/off.
h Show help information.
m Show the monitoring information.
q Exit.

Note that the demo will automatically save the output video into a file gesture.mp4.

Configurations

Detailed configurations can be found in the config file. And more information about the gesture recognition model used in the demo can be found at the model page.