Skip to content

Commit 94f1dbc

Browse files
committed
Bump version v0.27.0 (open-mmlab#1414)
* update README and changelog
1 parent 459fbb7 commit 94f1dbc

File tree

6 files changed

+63
-25
lines changed

6 files changed

+63
-25
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/open-mmlab/mmpose.svg)](https://github.com/open-mmlab/mmpose/issues)
2727
[![Percentage of issues still open](https://isitmaintained.com/badge/open/open-mmlab/mmpose.svg)](https://github.com/open-mmlab/mmpose/issues)
2828

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) |
3434
[🤔Reporting Issues](https://github.com/open-mmlab/mmpose/issues/new/choose)
3535

3636
</div>
@@ -78,14 +78,16 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-
7878

7979
## What's New
8080

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)
8689
- 2022-04: MMPose is available on [Gitee](https://gitee.com/open-mmlab/mmpose)
8790
- 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
8991
MMPose Webcam API is a simple yet powerful tool to develop interactive webcam applications with MMPose features.
9092
- 2021-12-29: OpenMMLab Open Platform is online! Try our [pose estimation demo](https://platform.openmmlab.com/web-demo/demo/poseestimation)
9193

README_CN.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/open-mmlab/mmpose.svg)](https://github.com/open-mmlab/mmpose/issues)
2727
[![Percentage of issues still open](https://isitmaintained.com/badge/open/open-mmlab/mmpose.svg)](https://github.com/open-mmlab/mmpose/issues)
2828

29-
[📘文档](https://mmpose.readthedocs.io/zh_CN/v0.26.0/) |
30-
[🛠️安装](https://mmpose.readthedocs.io/zh_CN/v0.26.0/install.html) |
31-
[👀模型库](https://mmpose.readthedocs.io/zh_CN/v0.26.0/modelzoo.html) |
32-
[📜论文库](https://mmpose.readthedocs.io/zh_CN/v0.26.0/papers/algorithms.html) |
33-
[🆕更新日志](https://mmpose.readthedocs.io/en/v0.26.0/changelog.html) |
29+
[📘文档](https://mmpose.readthedocs.io/zh_CN/v0.27.0/) |
30+
[🛠️安装](https://mmpose.readthedocs.io/zh_CN/v0.27.0/install.html) |
31+
[👀模型库](https://mmpose.readthedocs.io/zh_CN/v0.27.0/modelzoo.html) |
32+
[📜论文库](https://mmpose.readthedocs.io/zh_CN/v0.27.0/papers/algorithms.html) |
33+
[🆕更新日志](https://mmpose.readthedocs.io/en/v0.27.0/changelog.html) |
3434
[🤔报告问题](https://github.com/open-mmlab/mmpose/issues/new/choose)
3535

3636
</div>
@@ -78,15 +78,16 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-
7878

7979
## 最新进展
8080

81-
- 2022-05-05: MMPose [v0.26.0](https://github.com/open-mmlab/mmpose/releases/tag/v0.26.0) 已经发布. 主要更新包括:
82-
- 新增算法 [RLE (Residual Log-likelihood Estimation)](https://arxiv.org/abs/2107.11291), ICCV'2021
83-
- 新增主干网络 [Swin Transformer](https://arxiv.org/abs/2103.14030), ICCV'2021
84-
- 新增主干网络 [PVT](https://arxiv.org/abs/2102.12122), ICCV'2021 和 [PVTv2](https://arxiv.org/abs/2106.13797), CVMJ'2022
85-
- 优化了推理速度和 CPU 占用率
81+
- 2022-06-07: MMPose [v0.27.0](https://github.com/open-mmlab/mmpose/releases/tag/v0.27.0) 已经发布. 主要更新包括:
82+
- 支持了手势识别功能
83+
- 试用手势识别 [demo](/demo/docs/gesture_recognition_demo.md)
84+
- 了解更多关于 [算法](/docs/en/papers/algorithms/mtut.md)[数据集](/docs/en/papers/datasets/nvgesture.md)[预训练模型](/configs/hand/gesture_sview_rgbd_vid/mtut/nvgesture/i3d_nvgesture.md) 的信息
85+
- 升级了 MMPose 摄像头应用接口(Webcam API),帮助用户更简捷高效地开发基于姿态识别的应用
86+
- 教程 ([中文](/docs/zh_cn/tutorials/7_webcam_api.md)|[英文](/docs/en/tutorials/7_webcam_api.md)
87+
- [API 查询](https://mmpose.readthedocs.io/en/latest/api.html#mmpose-apis-webcam)
88+
- [Demo](/demo/docs/webcam_demo.md)
8689
- 2022-04: MMPose 代码可以通过 [Gitee](https://gitee.com/open-mmlab/mmpose) 访问
8790
- 2022-02-28: [MMDeploy](https://github.com/open-mmlab/mmdeploy) v0.3.0 支持 MMPose 模型部署
88-
- 2022-02-11: [MMPose Webcam API](https://github.com/open-mmlab/mmpose/tree/master/tools/webcam) 和相关教程文档发布
89-
MMPose Webcam API 用于快速开发基于 MMPose 的视频交互应用,具有上手简单、易于扩展的特点
9091
- 2021-12-29: OpenMMLab 开放平台已经正式上线! 欢迎试用基于 MMPose 的[姿态估计 Demo](https://platform.openmmlab.com/web-demo/demo/poseestimation)
9192

9293
## 安装

docs/en/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## v0.27.0 (07/06/2022)
4+
5+
**Highlights**
6+
7+
- Support hand gesture recognition
8+
- Try the [demo](/demo/docs/gesture_recognition_demo.md) for gesture recognition
9+
- 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)
10+
- Major upgrade to the Webcam API
11+
- Tutorials ([EN](/docs/en/tutorials/7_webcam_api.md)|[zh_CN](/docs/zh_cn/tutorials/7_webcam_api.md))
12+
- [API Reference](https://mmpose.readthedocs.io/en/latest/api.html#mmpose-apis-webcam)
13+
- [Demo](/demo/docs/webcam_demo.md)
14+
15+
**New Features**
16+
17+
- Support gesture recognition algorithm [MTUT](https://openaccess.thecvf.com/content_CVPR_2019/html/Abavisani_Improving_the_Performance_of_Unimodal_Dynamic_Hand-Gesture_Recognition_With_Multimodal_CVPR_2019_paper.html) CVPR'2019 and dataset [NVGesture](https://openaccess.thecvf.com/content_cvpr_2016/html/Molchanov_Online_Detection_and_CVPR_2016_paper.html) CVPR'2016 ([#1380](https://github.com/open-mmlab/mmpose/pull/1380)) @Ben-Louis
18+
19+
**Improvements**
20+
21+
- Upgrade Webcam API and related documents ([#1393](https://github.com/open-mmlab/mmpose/pull/1393), [#1404](https://github.com/open-mmlab/mmpose/pull/1404), [#1413](https://github.com/open-mmlab/mmpose/pull/1413)) @ly015
22+
- Support exporting COCO inference result without the annotation file ([#1368](https://github.com/open-mmlab/mmpose/pull/1368)) @liqikai9
23+
- Replace markdownlint with mdformat in CI to avoid the dependence on ruby [#1382](https://github.com/open-mmlab/mmpose/pull/1382) @ly015
24+
- Improve documentation quality ([#1385](https://github.com/open-mmlab/mmpose/pull/1385), [#1394](https://github.com/open-mmlab/mmpose/pull/1394), [#1395](https://github.com/open-mmlab/mmpose/pull/1395), [#1408](https://github.com/open-mmlab/mmpose/pull/1408)) @chubei-oppen, @ly015, @liqikai9
25+
26+
**Bug Fixes**
27+
28+
- Fix xywh->xyxy bbox conversion in dataset sanity check ([#1367](https://github.com/open-mmlab/mmpose/pull/1367)) @jin-s13
29+
- Fix a bug in two-stage 3D keypoint demo ([#1373](https://github.com/open-mmlab/mmpose/pull/1373)) @ly015
30+
- Fix out-dated settings in PVT configs ([#1376](https://github.com/open-mmlab/mmpose/pull/1376)) @ly015
31+
- Fix myst settings for document compiling ([#1381](https://github.com/open-mmlab/mmpose/pull/1381)) @ly015
32+
- Fix a bug in bbox transform ([#1384](https://github.com/open-mmlab/mmpose/pull/1384)) @ly015
33+
- Fix inaccurate description of `min_keypoints` in tracking apis ([#1398](https://github.com/open-mmlab/mmpose/pull/1398)) @pallgeuer
34+
- Fix warning with `torch.meshgrid` ([#1402](https://github.com/open-mmlab/mmpose/pull/1402)) @pallgeuer
35+
- Remove redundant transformer modules from `mmpose.datasets.backbones.utils` ([#1405](https://github.com/open-mmlab/mmpose/pull/1405)) @ly015
36+
337
## v0.26.0 (05/05/2022)
438

539
**Highlights**

docs/en/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ You can change the documentation language at the lower-left corner of the page.
6767
tutorials/4_new_modules.md
6868
tutorials/5_export_model.md
6969
tutorials/6_customize_runtime.md
70+
tutorials/7_webcam_api.md
7071

7172
.. toctree::
7273
:maxdepth: 2

docs/en/tutorials/7_webcam_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The hot-key response is supported by the event mechanism. The executor has a **E
109109

110110
### Architecture of a webcam application
111111

112-
Now we have introduced the concept of WebcamExecutor, Node, Buffer, and Event. We can summarize the program architecture of a webcam application built by Webcam API as Fig. 2.
112+
Now we have introduced the concept of WebcamExecutor, Node, Buffer, and Event. The architecture of a webcam application can be illustrated as shown in Fig. 2.
113113

114114
<div align="center">
115115
<img src="https://user-images.githubusercontent.com/15977946/171552368-f961dc13-cc70-4960-bbfd-5ec791cf3b9b.png">

mmpose/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.26.0'
3+
__version__ = '0.27.0'
44
short_version = __version__
55

66

0 commit comments

Comments
 (0)