## Hand Gesture Recognition Demo We provide a demo for gesture recognition with MMPose. This demo is built upon [MMPose Webcam API](/docs/en/tutorials/7_webcam_api.md).

### Get started Launch the demo from the mmpose root directory: ```shell 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](/demo/webcam_cfg/gesture_recognition.py). And more information about the gesture recognition model used in the demo can be found at the [model page](/configs/hand/gesture_sview_rgbd_vid/mtut/nvgesture/i3d_nvgesture.md).