Skip to content

Commit

Permalink
[Doc] Update img (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Jul 14, 2023
1 parent d458942 commit 6a23e2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/en/advanced_guides/codecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MMPose 1.0 introduced a new module **Codec** to integrate the encoding and decod

Here is a diagram to show where the `Codec` is:

![codec-en](https://user-images.githubusercontent.com/13503330/187112635-c01f13d1-a07e-420f-be50-3b8818524dec.png)
![pose_estimator_en](https://github.com/open-mmlab/mmpose/assets/13503330/0764baab-41c7-4a1d-ab64-5d7f9dfc8eec)

A typical codec consists of two parts:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/advanced_guides/implement_new_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can refer to the following flow chart to locate the module you need to imple

In pose estimatiors, we will define the inference process of a model, and decode the model output results in `predict()`, first transform it from `output space` to `input image space` using the [codec](./codecs.md), and then combine the meta information to transform to `original image space`.

![pose_estimator_en](https://github.com/open-mmlab/mmpose/assets/13503330/48c3813e-b977-4215-b5bc-e7379cfd2bce)
![pose_estimator_en](https://github.com/open-mmlab/mmpose/assets/13503330/0764baab-41c7-4a1d-ab64-5d7f9dfc8eec)

Currently, MMPose supports the following types of pose estimator:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide_to_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ In a keypoint detection task, data will be transformed among three scale spaces:

Here is a diagram to show the workflow of data transformation among the three scale spaces:

![migration-en](https://user-images.githubusercontent.com/13503330/187190213-cad87b5f-0a95-4f1f-b722-15896914ded4.png)
![tour_en](https://github.com/open-mmlab/mmpose/assets/13503330/e82710e6-4181-4eb0-8185-7075b43dbec3)

In MMPose, the modules used for data transformation are under `[$MMPOSE/mmpose/datasets/transforms](https://github.com/open-mmlab/mmpose/tree/main/mmpose/datasets/transforms)`, and their workflow is shown as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/advanced_guides/codecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MMPose 1.0 中引入了新模块 **编解码器(Codec)** ,将关键点数

编解码器在工作流程中所处的位置如下所示:

![codec-cn](https://user-images.githubusercontent.com/13503330/187829784-4d5939de-97d7-43cc-b934-c6d17c02d589.png)
![pose_estimator_cn](https://github.com/open-mmlab/mmpose/assets/13503330/0c048f66-b889-4268-937f-71b8753b505f)

一个编解码器主要包含两个部分:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/advanced_guides/implement_new_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mmpose

在姿态估计范式中,我们会定义一个模型的推理流程,并在 `predict()` 中对模型输出结果进行解码,先将其从 `输出尺度空间`[编解码器](./codecs.md) 变换到 `输入图片空间`,然后再结合元信息变换到 `原始图片空间`

![image](https://github.com/open-mmlab/mmpose/assets/13503330/e3e700ac-a047-4cff-9017-67f83676b8cb)
![pose_estimator_cn](https://github.com/open-mmlab/mmpose/assets/13503330/0c048f66-b889-4268-937f-71b8753b505f)

当前 MMPose 已支持以下几类算法范式:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/guide_to_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ test_pipeline = [

数据在三个空间中变换的流程如图所示:

![migration-cn](https://user-images.githubusercontent.com/13503330/187831574-13804daf-f498-47c2-ba43-64b8e6ffe3dd.png)
![tour_cn](https://github.com/open-mmlab/mmpose/assets/13503330/4c989d86-e824-49ea-9ba8-b3978548db37)

在MMPose中,数据变换所需要的模块在 `[$MMPOSE/mmpose/datasets/transforms](https://github.com/open-mmlab/mmpose/tree/main/mmpose/datasets/transforms)` 目录下,它们的工作流程如图所示:

Expand Down

0 comments on commit 6a23e2c

Please sign in to comment.