# New Year Hat and Firecracker Effects
This demo provides new year effects with pose estimation results, like adding hat on the head and firecracker in the hands.
## Instruction
### Get started
Launch the demo from the mmpose root directory:
```shell
python tools/webcam/run_webcam.py --config tools/webcam/configs/newyear/new_year.py
```
### Hotkeys
| Hotkey | Function |
| -- | -- |
| t | Toggle the hat effect on/off. |
| f | Toggle the firecracker effect on/off. |
| h | Show help information. |
| m | Show the monitoring information. |
| q | Exit. |
### Configuration
See the [README](/tools/webcam/configs/examples/README.md#configuration) of pose estimation demo for model configurations.