|
26 | 26 | [](https://github.com/open-mmlab/mmpose/issues) |
27 | 27 | [](https://github.com/open-mmlab/mmpose/issues) |
28 | 28 |
|
29 | | -[📘Documentation](https://mmpose.readthedocs.io/en/v0.26.0/) | |
30 | | -[🛠️Installation](https://mmpose.readthedocs.io/en/v0.26.0/install.html) | |
31 | | -[👀Model Zoo](https://mmpose.readthedocs.io/en/v0.26.0/modelzoo.html) | |
32 | | -[📜Papers](https://mmpose.readthedocs.io/en/v0.26.0/papers/algorithms.html) | |
33 | | -[🆕Update News](https://mmpose.readthedocs.io/en/v0.26.0/changelog.html) | |
| 29 | +[📘Documentation](https://mmpose.readthedocs.io/en/v0.27.0/) | |
| 30 | +[🛠️Installation](https://mmpose.readthedocs.io/en/v0.27.0/install.html) | |
| 31 | +[👀Model Zoo](https://mmpose.readthedocs.io/en/v0.27.0/modelzoo.html) | |
| 32 | +[📜Papers](https://mmpose.readthedocs.io/en/v0.27.0/papers/algorithms.html) | |
| 33 | +[🆕Update News](https://mmpose.readthedocs.io/en/v0.27.0/changelog.html) | |
34 | 34 | [🤔Reporting Issues](https://github.com/open-mmlab/mmpose/issues/new/choose) |
35 | 35 |
|
36 | 36 | </div> |
@@ -78,14 +78,16 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb- |
78 | 78 |
|
79 | 79 | ## What's New |
80 | 80 |
|
81 | | -- 2022-05-05: MMPose [v0.26.0](https://github.com/open-mmlab/mmpose/releases/tag/v0.26.0) is released. Major updates include: |
82 | | - - Support [RLE (Residual Log-likelihood Estimation)](https://arxiv.org/abs/2107.11291), ICCV'2021 |
83 | | - - Support [Swin Transformer](https://arxiv.org/abs/2103.14030), ICCV'2021 |
84 | | - - Support [PVT](https://arxiv.org/abs/2102.12122), ICCV'2021 and [PVTv2](https://arxiv.org/abs/2106.13797), CVMJ'2022 |
85 | | - - Optimize the inference speed and CPU usage |
| 81 | +- 2022-06-07: MMPose [v0.27.0](https://github.com/open-mmlab/mmpose/releases/tag/v0.27.0) is released. Major updates include: |
| 82 | + - Support hand gesture recognition |
| 83 | + - Try the [demo](/demo/docs/gesture_recognition_demo.md) for gesture recognition |
| 84 | + - Learn more about the [algorithm](/docs/en/papers/algorithms/mtut.md), [dataset](/docs/en/papers/datasets/nvgesture.md) and [experiment results](/configs/hand/gesture_sview_rgbd_vid/mtut/nvgesture/i3d_nvgesture.md) |
| 85 | + - Major upgrade to MMPose Webcam API towards simpler and more efficient development of pose-empowered applications |
| 86 | + - Tutorials ([EN](/docs/en/tutorials/7_webcam_api.md)|[zh_CN](/docs/zh_cn/tutorials/7_webcam_api.md)) |
| 87 | + - [API Reference](https://mmpose.readthedocs.io/en/latest/api.html#mmpose-apis-webcam) |
| 88 | + - [Demo](/demo/docs/webcam_demo.md) |
86 | 89 | - 2022-04: MMPose is available on [Gitee](https://gitee.com/open-mmlab/mmpose) |
87 | 90 | - 2022-02-28: MMPose model deployment is supported by [MMDeploy](https://github.com/open-mmlab/mmdeploy) v0.3.0 |
88 | | -- 2022-02-11: [MMPose Webcam API](https://github.com/open-mmlab/mmpose/tree/master/tools/webcam) is released with documents and tutorials |
89 | 91 | MMPose Webcam API is a simple yet powerful tool to develop interactive webcam applications with MMPose features. |
90 | 92 | - 2021-12-29: OpenMMLab Open Platform is online! Try our [pose estimation demo](https://platform.openmmlab.com/web-demo/demo/poseestimation) |
91 | 93 |
|
|
0 commit comments