Skip to content

Commit

Permalink
[Doc] add instruction on the keypoint definition (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Dec 20, 2023
1 parent b41a055 commit 4e8fef8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Detailed compatible MMPose and MMCV versions are shown as below. Please choose t

| MMPose version | MMCV/MMEngine version |
| :------------: | :-----------------------------: |
| 1.2.0 | mmcv>=2.0.1, mmengine>=0.8.0 |
| 1.1.0 | mmcv>=2.0.1, mmengine>=0.8.0 |
| 1.0.0 | mmcv>=2.0.0, mmengine>=0.7.0 |
| 1.0.0rc1 | mmcv>=2.0.0rc4, mmengine>=0.6.0 |
Expand Down Expand Up @@ -157,3 +158,7 @@ Detailed compatible MMPose and MMCV versions are shown as below. Please choose t

1. Set `flip_test=False` in `init_cfg` in the config file.
2. For top-down models, use faster human bounding box detector, see [MMDetection](https://mmdetection.readthedocs.io/en/3.x/model_zoo.html).

- **What is the definition of each keypoint index?**

Check the [meta information file](https://github.com/open-mmlab/mmpose/tree/main/configs/_base_/datasets) for the dataset used to train the model you are using. They key `keypoint_info` includes the definition of each keypoint.
5 changes: 5 additions & 0 deletions docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Detailed compatible MMPose and MMCV versions are shown as below. Please choose t

| MMPose version | MMCV/MMEngine version |
| :------------: | :-----------------------------: |
| 1.2.0 | mmcv>=2.0.1, mmengine>=0.8.0 |
| 1.1.0 | mmcv>=2.0.1, mmengine>=0.8.0 |
| 1.0.0 | mmcv>=2.0.0, mmengine>=0.7.0 |
| 1.0.0rc1 | mmcv>=2.0.0rc4, mmengine>=0.6.0 |
Expand Down Expand Up @@ -146,3 +147,7 @@ Detailed compatible MMPose and MMCV versions are shown as below. Please choose t

1. set `flip_test=False` in `init_cfg` in the config file.
2. use faster human bounding box detector, see [MMDetection](https://mmdetection.readthedocs.io/zh_CN/3.x/model_zoo.html).

- **What is the definition of each keypoint index?**

Check the [meta information file](https://github.com/open-mmlab/mmpose/tree/main/configs/_base_/datasets) for the dataset used to train the model you are using. They key `keypoint_info` includes the definition of each keypoint.

0 comments on commit 4e8fef8

Please sign in to comment.