MyGit

v1.3.0

open-mmlab/mmpose

版本发布时间: 2024-01-04 17:56:12

open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)

RTMO

We are exited to release RTMO:

rtmo

Improved RTMW

We have released additional RTMW models in various sizes:

Config Input Size Whole AP Whole AR FLOPS
(G)
RTMW-m 256x192 58.2 67.3 4.3
RTMW-l 256x192 66.0 74.6 7.9
RTMW-x 256x192 67.2 75.2 13.1
RTMW-l 384x288 70.1 78.0 17.7
RTMW-x 384x288 70.2 78.1 29.3

The hand keypoint detection accuracy has been notably improved.

db073d10-aee9-41a5-b697-602aae461558

Pose Anything

We are glad to support the inference for the category-agnostic pose estimation method PoseAnything!

Teaser Figure

You can now specify ANY keypoints you want the model to detect, without needing extra training. Under the project folder:

  1. Download the pretrained model
  2. Run:
    python demo.py --support [path_to_support_image] --query [path_to_query_image] --config configs/demo_b.py --checkpoint [path_to_pretrained_ckpt]
    

New Datasets

We have added support for two new datasets:

(CVPR 2023) ExLPose

ExLPose builds a new dataset of real low-light images with accurate pose labels. It can be helpful on tranining a pose estimation model working under extreme light conditions.

ExLPose

(ICCV 2023) H3WB

H3WB (Human3.6M 3D WholeBody) extends the Human3.6M dataset with 3D whole-body annotations using the COCO wholebody skeleton. This dataset enables more comprehensive 3D pose analysis and benchmarking for whole-body methods.

H3WB

Contributors

@Tau-J @Ben-Louis @xiexinch @Yang-Changhui @orhir @RFYoung @yao5401 @icynic @Jendker @willyfh @jit-a3 @Ginray

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-01-04发行的版本