Skip to content

Commit 0779559

Browse files
committed
update docs
1 parent 7be382f commit 0779559

File tree

2 files changed

+8
-76
lines changed

2 files changed

+8
-76
lines changed

README.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -130,43 +130,7 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-
130130

131131
## 0.x / 1.x Migration
132132

133-
MMPose v1.0.0 is a major update, including many API and config file changes. Currently, a part of the algorithms have been migrated to v1.0.0, and the remaining algorithms will be completed in subsequent versions. We will show the migration progress in the following list.
134-
135-
<details close>
136-
<summary><b>Migration Progress</b></summary>
137-
138-
| Algorithm | Status |
139-
| :-------------------------------- | :---------: |
140-
| MTUT (CVPR 2019) | |
141-
| MSPN (ArXiv 2019) | done |
142-
| InterNet (ECCV 2020) | |
143-
| DEKR (CVPR 2021) | done |
144-
| HigherHRNet (CVPR 2020) | |
145-
| DeepPose (CVPR 2014) | done |
146-
| RLE (ICCV 2021) | done |
147-
| SoftWingloss (TIP 2021) | done |
148-
| VideoPose3D (CVPR 2019) | done |
149-
| Hourglass (ECCV 2016) | done |
150-
| LiteHRNet (CVPR 2021) | done |
151-
| AdaptiveWingloss (ICCV 2019) | done |
152-
| SimpleBaseline2D (ECCV 2018) | done |
153-
| PoseWarper (NeurIPS 2019) | |
154-
| SimpleBaseline3D (ICCV 2017) | done |
155-
| HMR (CVPR 2018) | |
156-
| UDP (CVPR 2020) | done |
157-
| VIPNAS (CVPR 2021) | done |
158-
| Wingloss (CVPR 2018) | done |
159-
| DarkPose (CVPR 2020) | done |
160-
| Associative Embedding (NIPS 2017) | in progress |
161-
| VoxelPose (ECCV 2020) | |
162-
| RSN (ECCV 2020) | done |
163-
| CID (CVPR 2022) | done |
164-
| CPM (CVPR 2016) | done |
165-
| HRNet (CVPR 2019) | done |
166-
| HRNetv2 (TPAMI 2019) | done |
167-
| SCNet (CVPR 2020) | done |
168-
169-
</details>
133+
MMPose v1.0.0 is a major update, including many API and config file changes. Currently, a part of the algorithms have been migrated to v1.0.0, and the remaining algorithms will be completed in subsequent versions. We will show the migration progress in this [Roadmap](https://github.com/open-mmlab/mmpose/issues/2258).
170134

171135
If your algorithm has not been migrated, you can continue to use the [0.x branch](https://github.com/open-mmlab/mmpose/tree/0.x) and [old documentation](https://mmpose.readthedocs.io/en/0.x/).
172136

@@ -186,6 +150,9 @@ We provided a series of tutorials about the basic usage of MMPose for new users:
186150
- [Configs](https://mmpose.readthedocs.io/en/latest/user_guides/configs.html)
187151
- [Prepare Datasets](https://mmpose.readthedocs.io/en/latest/user_guides/prepare_datasets.html)
188152
- [Train and Test](https://mmpose.readthedocs.io/en/latest/user_guides/train_and_test.html)
153+
- [Deployment](https://mmpose.readthedocs.io/en/dev-1.x/user_guides/how_to_deploy.html)
154+
- [Model Analysis](https://mmpose.readthedocs.io/en/dev-1.x/user_guides/model_analysis.html)
155+
- [Dataset Annotation and Preprocessing](https://mmpose.readthedocs.io/en/dev-1.x/user_guides/dataset_tools.html)
189156

190157
2. For developers who wish to develop based on MMPose:
191158

README_CN.md

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -128,43 +128,7 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-
128128

129129
## 0.x / 1.x 迁移
130130

131-
MMPose v1.0.0 是一个重大更新,包括了大量的 API 和配置文件的变化。目前 v1.0.0 中已经完成了一部分算法的迁移工作,剩余的算法将在后续的版本中陆续完成,我们将在下面的列表中展示迁移进度。
132-
133-
<details close>
134-
<summary><b>迁移进度</b></summary>
135-
136-
| 算法名称 | 迁移进度 |
137-
| :-------------------------------- | :---------: |
138-
| MTUT (CVPR 2019) | |
139-
| MSPN (ArXiv 2019) | done |
140-
| InterNet (ECCV 2020) | |
141-
| DEKR (CVPR 2021) | done |
142-
| HigherHRNet (CVPR 2020) | |
143-
| DeepPose (CVPR 2014) | done |
144-
| RLE (ICCV 2021) | done |
145-
| SoftWingloss (TIP 2021) | done |
146-
| VideoPose3D (CVPR 2019) | done |
147-
| Hourglass (ECCV 2016) | done |
148-
| LiteHRNet (CVPR 2021) | done |
149-
| AdaptiveWingloss (ICCV 2019) | done |
150-
| SimpleBaseline2D (ECCV 2018) | done |
151-
| PoseWarper (NeurIPS 2019) | |
152-
| SimpleBaseline3D (ICCV 2017) | done |
153-
| HMR (CVPR 2018) | |
154-
| UDP (CVPR 2020) | done |
155-
| VIPNAS (CVPR 2021) | done |
156-
| Wingloss (CVPR 2018) | done |
157-
| DarkPose (CVPR 2020) | done |
158-
| Associative Embedding (NIPS 2017) | in progress |
159-
| VoxelPose (ECCV 2020) | |
160-
| RSN (ECCV 2020) | done |
161-
| CID (CVPR 2022) | done |
162-
| CPM (CVPR 2016) | done |
163-
| HRNet (CVPR 2019) | done |
164-
| HRNetv2 (TPAMI 2019) | done |
165-
| SCNet (CVPR 2020) | done |
166-
167-
</details>
131+
MMPose v1.0.0 是一个重大更新,包括了大量的 API 和配置文件的变化。目前 v1.0.0 中已经完成了一部分算法的迁移工作,剩余的算法将在后续的版本中陆续完成,我们将在这个 [Issue 页面](https://github.com/open-mmlab/mmpose/issues/2258) 中展示迁移进度。
168132

169133
如果您使用的算法还没有完成迁移,您也可以继续使用访问 [0.x 分支](https://github.com/open-mmlab/mmpose/tree/0.x)[旧版文档](https://mmpose.readthedocs.io/zh_CN/0.x/)
170134

@@ -184,6 +148,9 @@ MMPose v1.0.0 是一个重大更新,包括了大量的 API 和配置文件的
184148
- [配置文件](https://mmpose.readthedocs.io/zh_CN/latest/user_guides/configs.html)
185149
- [准备数据集](https://mmpose.readthedocs.io/zh_CN/latest/user_guides/prepare_datasets.html)
186150
- [训练与测试](https://mmpose.readthedocs.io/zh_CN/latest/user_guides/train_and_test.html)
151+
- [模型部署](https://mmpose.readthedocs.io/zh_CN/dev-1.x/user_guides/how_to_deploy.html)
152+
- [模型分析工具](https://mmpose.readthedocs.io/zh_CN/dev-1.x/user_guides/model_analysis.html)
153+
- [数据集标注与预处理脚本](https://mmpose.readthedocs.io/zh_CN/dev-1.x/user_guides/dataset_tools.html)
187154

188155
2. 对于希望基于 MMPose 进行开发的研究者和开发者:
189156

@@ -194,8 +161,6 @@ MMPose v1.0.0 是一个重大更新,包括了大量的 API 和配置文件的
194161
- [自定义数据变换](https://mmpose.readthedocs.io/zh_CN/latest/advanced_guides/customize_transforms.html)
195162
- [自定义优化器](https://mmpose.readthedocs.io/zh_CN/latest/advanced_guides/customize_optimizer.html)
196163
- [自定义日志](https://mmpose.readthedocs.io/zh_CN/latest/advanced_guides/customize_logging.html)
197-
- [模型部署](https://mmpose.readthedocs.io/zh_CN/latest/advanced_guides/how_to_deploy.html)
198-
- [模型分析工具](https://mmpose.readthedocs.io/zh_CN/latest/advanced_guides/model_analysis.html)
199164
- [迁移指南](https://mmpose.readthedocs.io/zh_CN/latest/migration.html)
200165

201166
3. 对于希望加入开源社区,向 MMPose 贡献代码的研究者和开发者:

0 commit comments

Comments
 (0)