We provide a demo for gesture recognition with MMPose. This demo is built upon MMPose Webcam API.
Launch the demo from the mmpose root directory:
python demo/webcam_demo.py --config demo/webcam_cfg/gesture_recognition.py
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
.
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.