Switch to unified view

a b/ViTPose/tools/webcam/README.md
1
# MMPose Webcam API
2
3
MMPose Webcam API is a handy tool to develop interactive webcam applications with MMPose functions.
4
5
<div align=center>
6
<img src="https://user-images.githubusercontent.com/15977946/153800450-2522efe8-bc11-457d-9037-d8aee4fc4f36.png">
7
<figcaption>MMPose Webcam API Overview</figcaption>
8
</div>
9
10
## Requirements
11
12
* Python >= 3.7.0
13
* MMPose >= 0.23.0
14
* MMDetection >= 2.21.0
15
16
## Tutorials
17
18
* [Get started with MMPose Webcam API (Chinese)](/tools/webcam/docs/get_started_cn.md)
19
* [Build a Webcam App: A Step-by-step Instruction (Chinese)](/tools/webcam/docs/example_cn.md)
20
21
## Examples
22
23
* [Pose Estimation](/tools/webcam/configs/examples/): A simple example to estimate and visualize human/animal pose.
24
* [Eye Effects](/tools/webcam/configs/eyes/): Apply sunglasses and bug-eye effects.
25
* [Face Swap](/tools/webcam/configs/face_swap/): Everybody gets someone else's face.
26
* [Meow Dwen Dwen](/tools/webcam/configs/meow_dwen_dwen/): Dress up your cat in Bing Dwen Dwen costume.
27
* [Super Saiyan](/tools/webcam/configs/supersaiyan/): Super Saiyan transformation!
28
* [New Year](/tools/webcam/configs/newyear/): Set off some firecrackers to celebrate Chinese New Year.