From d5fd7c6b0099928c34be4e5c40842d0b20c0f4fd Mon Sep 17 00:00:00 2001 From: Jas Date: Mon, 17 Jan 2022 11:35:06 +0800 Subject: [PATCH] [Fix] fix pre-commit yml (#1136) * fix yml * sort readme_files to avoid conflicts --- .dev_scripts/github/update_model_index.py | 1 + .../topdown_heatmap/animalpose/hrnet_animalpose.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_ap10k.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_atrw.yml | 2 +- .../topdown_heatmap/horse10/hrnet_horse10.yml | 2 +- .../topdown_heatmap/macaque/hrnet_macaque.yml | 2 +- .../associative_embedding/aic/higherhrnet_aic.yml | 2 +- .../associative_embedding/aic/hrnet_aic.yml | 2 +- .../associative_embedding/coco/higherhrnet_coco.yml | 2 +- .../associative_embedding/coco/higherhrnet_udp_coco.yml | 2 +- .../associative_embedding/coco/hrnet_coco.yml | 2 +- .../associative_embedding/crowdpose/higherhrnet_crowdpose.yml | 2 +- .../associative_embedding/mhp/hrnet_mhp.yml | 2 +- .../body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_aic.yml | 2 +- .../body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco.yml | 2 +- .../topdown_heatmap/coco/hourglass_coco.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_coco.yml | 2 +- .../topdown_heatmap/coco/hrnet_fp16_coco.yml | 2 +- .../topdown_heatmap/coco/litehrnet_coco.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn_coco.yml | 2 +- .../body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn_coco.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet_coco.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_coco.yml | 2 +- .../topdown_heatmap/crowdpose/hrnet_crowdpose.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_h36m.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb.yml | 2 +- .../body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii.yml | 2 +- .../topdown_heatmap/mpii/hourglass_mpii.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_mpii.yml | 2 +- .../topdown_heatmap/mpii/litehrnet_mpii.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet_mpii.yml | 2 +- .../topdown_heatmap/ochuman/hrnet_ochuman.yml | 2 +- .../topdown_heatmap/posetrack18/hrnet_posetrack18.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_300w.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_aflw.yml | 2 +- .../coco_wholebody_face/hourglass_coco_wholebody_face.yml | 2 +- .../coco_wholebody_face/hrnetv2_coco_wholebody_face.yml | 2 +- .../coco_wholebody_face/scnet_coco_wholebody_face.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_cofw.yml | 2 +- .../topdown_heatmap/wflw/hrnetv2_awing_wflw.yml | 2 +- .../2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_wflw.yml | 2 +- .../coco_wholebody_hand/hourglass_coco_wholebody_hand.yml | 2 +- .../coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml | 2 +- .../coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml | 2 +- .../coco_wholebody_hand/scnet_coco_wholebody_hand.yml | 2 +- .../topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml | 2 +- .../topdown_heatmap/panoptic2d/hrnetv2_panoptic2d.yml | 2 +- .../topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml | 2 +- .../coco-wholebody/higherhrnet_coco-wholebody.yml | 2 +- .../coco-wholebody/hrnet_coco-wholebody.yml | 2 +- .../topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml | 2 +- .../topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml | 2 +- .../coco-wholebody/vipnas_dark_coco-wholebody.yml | 2 +- 53 files changed, 53 insertions(+), 52 deletions(-) diff --git a/.dev_scripts/github/update_model_index.py b/.dev_scripts/github/update_model_index.py index f287eb6489..c9177cf84b 100755 --- a/.dev_scripts/github/update_model_index.py +++ b/.dev_scripts/github/update_model_index.py @@ -105,6 +105,7 @@ def collect_paper_readme(): link_prefix = 'https://github.com/open-mmlab/mmpose/blob/master/' readme_files = glob.glob(osp.join('docs/en/papers/*/*.md')) + readme_files.sort() collection2readme = {} for readme_file in readme_files: diff --git a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/animalpose/hrnet_animalpose.yml b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/animalpose/hrnet_animalpose.yml index 60f6780a36..b1c84e242b 100644 --- a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/animalpose/hrnet_animalpose.yml +++ b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/animalpose/hrnet_animalpose.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/animalpose/hrnet_w32_animalpose_256x256.py In Collection: HRNet diff --git a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_ap10k.yml b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_ap10k.yml index 83c5b6ee1e..8cf0ced8b3 100644 --- a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_ap10k.yml +++ b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_ap10k.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/ap10k/hrnet_w32_ap10k_256x256.py In Collection: HRNet diff --git a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_atrw.yml b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_atrw.yml index 0658d64de7..c33437024c 100644 --- a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_atrw.yml +++ b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_atrw.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/atrw/hrnet_w32_atrw_256x256.py In Collection: HRNet diff --git a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/horse10/hrnet_horse10.yml b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/horse10/hrnet_horse10.yml index fcad918bf1..16504855b1 100644 --- a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/horse10/hrnet_horse10.yml +++ b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/horse10/hrnet_horse10.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/horse10/hrnet_w32_horse10_256x256-split1.py In Collection: HRNet diff --git a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/macaque/hrnet_macaque.yml b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/macaque/hrnet_macaque.yml index d8c3253103..d02d1f8c42 100644 --- a/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/macaque/hrnet_macaque.yml +++ b/configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/macaque/hrnet_macaque.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/animal/2d_kpt_sview_rgb_img/topdown_heatmap/macaque/hrnet_w32_macaque_256x192.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/higherhrnet_aic.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/higherhrnet_aic.yml index 2a9b323f7a..37d24a4231 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/higherhrnet_aic.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/higherhrnet_aic.yml @@ -4,7 +4,7 @@ Collections: Title: 'HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation' URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/higherhrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/higherhrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/higherhrnet_w32_aic_512x512.py In Collection: HigherHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/hrnet_aic.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/hrnet_aic.yml index 6589ae765a..3be9548fb8 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/hrnet_aic.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/hrnet_aic.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/aic/hrnet_w32_aic_512x512.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_coco.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_coco.yml index f8a84ca7e7..5302efe00f 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_coco.yml @@ -4,7 +4,7 @@ Collections: Title: 'HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation' URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/higherhrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/higherhrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w32_coco_512x512.py In Collection: HigherHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_udp_coco.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_udp_coco.yml index 0c0d68588d..1a04988d25 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_udp_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_udp_coco.yml @@ -4,7 +4,7 @@ Collections: Title: 'HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation' URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/higherhrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/higherhrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w32_coco_512x512_udp.py In Collection: HigherHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_coco.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_coco.yml index e41b362a6c..2838b4a70b 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_w32_coco_512x512.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/crowdpose/higherhrnet_crowdpose.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/crowdpose/higherhrnet_crowdpose.yml index 8f80917a52..b8a2980665 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/crowdpose/higherhrnet_crowdpose.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/crowdpose/higherhrnet_crowdpose.yml @@ -4,7 +4,7 @@ Collections: Title: 'HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation' URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/higherhrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/higherhrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/crowdpose/higherhrnet_w32_crowdpose_512x512.py In Collection: HigherHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/mhp/hrnet_mhp.yml b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/mhp/hrnet_mhp.yml index c51b187baa..8eda9252d1 100644 --- a/configs/body/2d_kpt_sview_rgb_img/associative_embedding/mhp/hrnet_mhp.yml +++ b/configs/body/2d_kpt_sview_rgb_img/associative_embedding/mhp/hrnet_mhp.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_w48_mhp_512x512.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_aic.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_aic.yml index caebc8604c..d802036658 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_aic.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_aic.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/aic/hrnet_w32_aic_256x192.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco.yml index 49a0b39ea6..f3b3c4d156 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Convolutional pose machines URL: http://openaccess.thecvf.com/content_cvpr_2016/html/Wei_Convolutional_Pose_Machines_CVPR_2016_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/cpm.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/cpm.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/cpm_coco_256x192.py In Collection: CPM diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass_coco.yml index 91783e5f0b..28f09df2af 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Stacked hourglass networks for human pose estimation URL: https://link.springer.com/chapter/10.1007/978-3-319-46484-8_29 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hourglass.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hourglass.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass52_coco_256x256.py In Collection: Hourglass diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_coco.yml index f80ce5af23..af07fbe0f3 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w32_coco_256x192.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_fp16_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_fp16_coco.yml index 72b07521a8..47f39f4eb9 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_fp16_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_fp16_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w32_coco_256x192_fp16_dynamic.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/litehrnet_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/litehrnet_coco.yml index b354baa3a0..1ba22c5936 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/litehrnet_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/litehrnet_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'Lite-HRNet: A Lightweight High-Resolution Network' URL: https://arxiv.org/abs/2104.06403 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/litehrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/litehrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/litehrnet_18_coco_256x192.py In Collection: LiteHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn_coco.yml index 330e69aaa6..e4eb04962f 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Rethinking on Multi-Stage Networks for Human Pose Estimation URL: https://arxiv.org/abs/1901.00148 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/mspn.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/mspn.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn50_coco_256x192.py In Collection: MSPN diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn_coco.yml index 5c2fbf9ace..7ba36ee135 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Learning Delicate Local Representations for Multi-Person Pose Estimation URL: https://link.springer.com/chapter/10.1007/978-3-030-58580-8_27 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/rsn.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/rsn.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/rsn18_coco_256x192.py In Collection: RSN diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet_coco.yml index 348586ff5e..6524f9c746 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Improving Convolutional Networks with Self-Calibrated Convolutions URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Improving_Convolutional_Networks_With_Self-Calibrated_Convolutions_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/scnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/scnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/scnet50_coco_256x192.py In Collection: SCNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_coco.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_coco.yml index 7d8add1e1c..e476d28d12 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_coco.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_coco.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search' URL: https://arxiv.org/abs/2105.10154 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/vipnas.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/vipnas.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vipnas_mbv3_coco_256x192.py In Collection: ViPNAS diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/crowdpose/hrnet_crowdpose.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/crowdpose/hrnet_crowdpose.yml index dcd417a50b..cf1f8b7a2d 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/crowdpose/hrnet_crowdpose.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/crowdpose/hrnet_crowdpose.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/crowdpose/hrnet_w32_crowdpose_256x192.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_h36m.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_h36m.yml index 66ef1a998a..ac738b22d8 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_h36m.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_h36m.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/h36m/hrnet_w32_h36m_256x256.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb.yml index 5eb9a8d2ec..eda79a04c2 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Convolutional pose machines URL: http://openaccess.thecvf.com/content_cvpr_2016/html/Wei_Convolutional_Pose_Machines_CVPR_2016_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/cpm.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/cpm.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/jhmdb/cpm_jhmdb_sub1_368x368.py In Collection: CPM diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii.yml index 3de949c8c3..c62a93f069 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Convolutional pose machines URL: http://openaccess.thecvf.com/content_cvpr_2016/html/Wei_Convolutional_Pose_Machines_CVPR_2016_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/cpm.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/cpm.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/cpm_mpii_368x368.py In Collection: CPM diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hourglass_mpii.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hourglass_mpii.yml index fb64923fce..ecd47008a2 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hourglass_mpii.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hourglass_mpii.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Stacked hourglass networks for human pose estimation URL: https://link.springer.com/chapter/10.1007/978-3-319-46484-8_29 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hourglass.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hourglass.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hourglass52_mpii_256x256.py In Collection: Hourglass diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_mpii.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_mpii.yml index c0949ae865..94607111ef 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_mpii.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_mpii.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/hrnet_w32_mpii_256x256.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_mpii.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_mpii.yml index 0d52cb2ca2..ae20a73526 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_mpii.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_mpii.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'Lite-HRNet: A Lightweight High-Resolution Network' URL: https://arxiv.org/abs/2104.06403 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/litehrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/litehrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_18_mpii_256x256.py In Collection: LiteHRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet_mpii.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet_mpii.yml index 927d10d1e5..681c59b399 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet_mpii.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet_mpii.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Improving Convolutional Networks with Self-Calibrated Convolutions URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Improving_Convolutional_Networks_With_Self-Calibrated_Convolutions_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/scnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/scnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/scnet50_mpii_256x256.py In Collection: SCNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/ochuman/hrnet_ochuman.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/ochuman/hrnet_ochuman.yml index 1fb3759579..0b3b625af0 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/ochuman/hrnet_ochuman.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/ochuman/hrnet_ochuman.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/ochuman/hrnet_w32_ochuman_256x192.py In Collection: HRNet diff --git a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/posetrack18/hrnet_posetrack18.yml b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/posetrack18/hrnet_posetrack18.yml index 3c335c1847..349daa295a 100644 --- a/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/posetrack18/hrnet_posetrack18.yml +++ b/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/posetrack18/hrnet_posetrack18.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/posetrack18/hrnet_w32_posetrack18_256x192.py In Collection: HRNet diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_300w.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_300w.yml index 328df321ee..3d03f9e716 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_300w.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_300w.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/300w/hrnetv2_w18_300w_256x256.py In Collection: HRNetv2 diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_aflw.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_aflw.yml index 09fd1e0ef9..1ee61e35af 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_aflw.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_aflw.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/aflw/hrnetv2_w18_aflw_256x256.py In Collection: HRNetv2 diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml index 00c2714130..03761d866e 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Stacked hourglass networks for human pose estimation URL: https://link.springer.com/chapter/10.1007/978-3-319-46484-8_29 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hourglass.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hourglass.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hourglass52_coco_wholebody_face_256x256.py In Collection: Hourglass diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml index fdf26ba2aa..754598e49a 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/hrnetv2_w18_coco_wholebody_face_256x256.py In Collection: HRNetv2 diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml index 0e0034447b..7be429196f 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Improving Convolutional Networks with Self-Calibrated Convolutions URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Improving_Convolutional_Networks_With_Self-Calibrated_Convolutions_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/scnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/scnet.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_face/scnet50_coco_wholebody_face_256x256.py In Collection: SCNet diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_cofw.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_cofw.yml index 134f91e085..abeb759662 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_cofw.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_cofw.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/cofw/hrnetv2_w18_cofw_256x256.py In Collection: HRNetv2 diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml index 131af2b57a..af61d3013a 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_w18_wflw_256x256_awing.py In Collection: HRNetv2 diff --git a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_wflw.yml b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_wflw.yml index b3f1a4fcd2..517aa89aeb 100644 --- a/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_wflw.yml +++ b/configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_wflw.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/face/2d_kpt_sview_rgb_img/topdown_heatmap/wflw/hrnetv2_w18_wflw_256x256.py In Collection: HRNetv2 diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml index 42de4d3757..426952c6f4 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Stacked hourglass networks for human pose estimation URL: https://link.springer.com/chapter/10.1007/978-3-319-46484-8_29 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hourglass.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hourglass.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hourglass52_coco_wholebody_hand_256x256.py In Collection: Hourglass diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml index e890b0ef87..1a4b4445d9 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/hrnetv2_w18_coco_wholebody_hand_256x256.py In Collection: HRNetv2 diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml index c17498c6f6..d7751dcb17 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'Lite-HRNet: A Lightweight High-Resolution Network' URL: https://arxiv.org/abs/2104.06403 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/litehrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/litehrnet.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/litehrnet_w18_coco_wholebody_hand_256x256.py In Collection: LiteHRNet diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml index 2e6c0a1739..241ba81139 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Improving Convolutional Networks with Self-Calibrated Convolutions URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Improving_Convolutional_Networks_With_Self-Calibrated_Convolutions_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/scnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/scnet.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/coco_wholebody_hand/scnet50_coco_wholebody_hand_256x256.py In Collection: SCNet diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml index f5170d8558..6b104bd7cb 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_w18_onehand10k_256x256.py In Collection: HRNetv2 diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_panoptic2d.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_panoptic2d.yml index 302f74c4e1..06f7bd1a20 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_panoptic2d.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_panoptic2d.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_w18_panoptic_256x256.py In Collection: HRNetv2 diff --git a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml index e353453b44..6fbc984889 100644 --- a/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml +++ b/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep High-Resolution Representation Learning for Visual Recognition URL: https://ieeexplore.ieee.org/abstract/document/9052469/ - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnetv2.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnetv2.md Models: - Config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_w18_rhd2d_256x256.py In Collection: HRNetv2 diff --git a/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/higherhrnet_coco-wholebody.yml b/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/higherhrnet_coco-wholebody.yml index 17412c08cb..8f7b133be9 100644 --- a/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/higherhrnet_coco-wholebody.yml +++ b/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/higherhrnet_coco-wholebody.yml @@ -4,7 +4,7 @@ Collections: Title: 'HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation' URL: http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/higherhrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/higherhrnet.md Models: - Config: configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/higherhrnet_w32_coco_wholebody_512x512.py In Collection: HigherHRNet diff --git a/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/hrnet_coco-wholebody.yml b/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/hrnet_coco-wholebody.yml index b44202dc44..69c1eded09 100644 --- a/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/hrnet_coco-wholebody.yml +++ b/configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/hrnet_coco-wholebody.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/wholebody/2d_kpt_sview_rgb_img/associative_embedding/coco-wholebody/hrnet_w32_coco_wholebody_512x512.py In Collection: HRNet diff --git a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml index a9177537cd..707b893b6a 100644 --- a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml +++ b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: Deep high-resolution representation learning for human pose estimation URL: http://openaccess.thecvf.com/content_CVPR_2019/html/Sun_Deep_High-Resolution_Representation_Learning_for_Human_Pose_Estimation_CVPR_2019_paper.html - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/hrnet.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/hrnet.md Models: - Config: configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/hrnet_w32_coco_wholebody_256x192.py In Collection: HRNet diff --git a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml index 573eed4be4..f52ddcdfa4 100644 --- a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml +++ b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search' URL: https://arxiv.org/abs/2105.10154 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/vipnas.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/vipnas.md Models: - Config: configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_mbv3_coco_wholebody_256x192.py In Collection: ViPNAS diff --git a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml index 7d28165193..ec948af798 100644 --- a/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml +++ b/configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml @@ -3,7 +3,7 @@ Collections: Paper: Title: 'ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search' URL: https://arxiv.org/abs/2105.10154 - README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/algorithms/vipnas.md + README: https://github.com/open-mmlab/mmpose/blob/master/docs/en/papers/backbones/vipnas.md Models: - Config: configs/wholebody/2d_kpt_sview_rgb_img/topdown_heatmap/coco-wholebody/vipnas_mbv3_coco_wholebody_256x192_dark.py In Collection: ViPNAS