You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Welcome to [*projects of MMPose*](/projects/README.md), where you can access to the latest features of MMPose, and share your ideas and codes with the community at once. Contribution to MMPose will be simple and smooth:
106
+
107
+
- Provide an easy and agile way to integrate algorithms, features and applications into MMPose
108
+
- Allow flexible code structure and style; only need a short code review process
109
+
- Build individual projects with full power of MMPose but not bound up with heavy frameworks
110
+
- Checkout new projects:
111
+
-[RTMPose](/projects/rtmpose/)
112
+
-[YOLOX-Pose (coming soon)](<>)
113
+
-[MMPose4AIGC (coming soon)](<>)
114
+
- Become a contributors and make MMPose greater. Start your journey from the [example project](/projects/example_project/)
115
+
116
+
<br/>
78
117
79
-
- Support 4 light-weight pose estimation algorithms
- Add [Colab tutorial](https://github.com/open-mmlab/mmpose/blob/1.x/demo/MMPose_Tutorial.ipynb) for MMPose v1.0
118
+
- 2022-03-15: MMPose [v1.0.0rc1](https://github.com/open-mmlab/mmpose/releases/tag/v1.0.0rc1) is released. Major updates include:
85
119
86
-
- 2022-09-01: MMPose [v1.0.0b0](https://github.com/open-mmlab/mmpose/releases/tag/v1.0.0b0) is released!
120
+
- Release [RTMPose](/projects/rtmpose/), a high-performance real-time pose estimation framework based on MMPose
121
+
- Support [ViTPose](/configs/body_2d_keypoint/topdown_heatmap/coco/vitpose_coco.md) (NeurIPS'22), [CID](/configs/body_2d_keypoint/cid/coco/hrnet_coco.md) (CVPR'22) and [DEKR](/configs/body_2d_keypoint/dekr/) (CVPR'21)
122
+
- Add [*Inferencer*](/docs/en/user_guides/inference.md#out-of-the-box-inferencer), a convenient interface for inference and visualization
87
123
88
-
- This release introduced major refactoring to MMPose towards better performance, extensibility and user-friendliness.
89
-
- Built upon a brand new and flexible training & test engine, which is still in progress. Welcome to try according to [the documentation](https://mmpose.readthedocs.io/en/1.x/).
90
-
- There are BC-breaking changes. Please check [the migration tutorial](https://mmpose.readthedocs.io/en/1.x/migration.html).
91
-
- The beta and release candidate versions will last until the end of 2022, and during the release candidate, we will develop on the `1.x` branch. And we will still maintain 0.x version still at least the end of 2023.
124
+
See the full [release note](https://github.com/open-mmlab/mmpose/releases/tag/v1.0.0rc1) for more exciting updates brought by MMPose v1.0.0rc1!
0 commit comments