MMPose

OpenMMLab 姿态估计工具箱和基准。「OpenMMLab Pose Estimation Toolbox and Benchmark.」

Github stars Tracking Chart

Documentation
actions
codecov
PyPI
LICENSE
Average time to resolve an issue
Percentage of issues still open
Open in OpenXLab

📘Documentation |
🛠️Installation |
👀Model Zoo |
📜Papers |
🆕Update News |
🤔Reporting Issues |
🔥RTMPose

Introduction

English | 简体中文

MMPose is an open-source toolbox for pose estimation based on PyTorch.
It is a part of the OpenMMLab project.

The main branch works with PyTorch 1.8+.

https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-84f6-24eeddbf4d91.mp4

  • Support diverse tasks

    We support a wide spectrum of mainstream pose analysis tasks in current research community, including 2d multi-person human pose estimation, 2d hand pose estimation, 2d face landmark detection, 133 keypoint whole-body human pose estimation, 3d human mesh recovery, fashion landmark detection and animal pose estimation.
    See Demo for more information.

  • Higher efficiency and higher accuracy

    MMPose implements multiple state-of-the-art (SOTA) deep learning models, including both top-down & bottom-up approaches. We achieve faster training speed and higher accuracy than other popular codebases, such as HRNet.
    See benchmark.md for more information.

  • Support for various datasets

    The toolbox directly supports multiple popular and representative datasets, COCO, AIC, MPII, MPII-TRB, OCHuman etc.
    See dataset_zoo for more information.

  • Well designed, tested and documented

    We decompose MMPose into different components and one can easily construct a customized
    pose estimation framework by combining different modules.
    We provide detailed documentation and API reference, as well as unittests.

What's New

  • Release RTMO, a state-of-the-art real-time method for multi-person pose estimation.

    rtmo

  • Release RTMW models in various sizes ranging from RTMW-m to RTMW-x. The input sizes include 256x192 and 384x288. This provides flexibility to select the right model for different speed and accuracy requirements.

  • Support inference of PoseAnything. Web demo is available here.

  • Support for two new datasets:

  • Welcome to use the MMPose project. Here, you can discover the latest features and algorithms in MMPose and quickly share your ideas and code implementations with the community. Adding new features to MMPose has become smoother:

    • Provides a simple and fast way to add new algorithms, features, and applications to MMPose.
    • More flexible code structure and style, fewer restrictions, and a shorter code review process.
    • Utilize the powerful capabilities of MMPose in the form of independent projects without being constrained by the code framework.
    • Newly added projects include:
    • Start your journey as an MMPose contributor with a simple example project, and let's build a better MMPose together!
  • January 4, 2024: MMPose v1.3.0 has been officially released, with major updates including:

    • Support for new datasets: ExLPose, H3WB
    • Release of new RTMPose series models: RTMO, RTMW
    • Support for new algorithm PoseAnything
    • Enhanced Inferencer with optional progress bar and improved affinity for one-stage methods

    Please check the complete release notes for more details on the updates brought by MMPose v1.3.0!

0.x / 1.x Migration

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.

If your algorithm has not been migrated, you can continue to use the 0.x branch and old documentation.

Installation

Please refer to installation.md for more detailed installation and dataset preparation.

Getting Started

We provided a series of tutorials about the basic usage of MMPose for new users:

  1. For the basic usage of MMPose:

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

  3. For researchers and developers who are willing to contribute to MMPose:

  4. For some common issues, we provide a FAQ list:

Model Zoo

Results and models are available in the README.md of each method's config directory.
A summary can be found in the Model Zoo page.

Model Request

We will keep up with the latest progress of the community, and support more popular algorithms and frameworks. If you have any feature requests, please feel free to leave a comment in MMPose Roadmap.

Contributing

We appreciate all contributions to improve MMPose. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

MMPose is an open source project that is contributed by researchers and engineers from various colleges and companies.
We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks.
We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new models.

Citation

If you find this project useful in your research, please consider cite:

@misc{mmpose2020,
    title={OpenMMLab Pose Estimation Toolbox and Benchmark},
    author={MMPose Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmpose}},
    year={2020}
}

License

This project is released under the Apache 2.0 license.

Projects in OpenMMLab

  • MMEngine: OpenMMLab foundational library for training deep learning models.
  • MMCV: OpenMMLab foundational library for computer vision.
  • MMPreTrain: OpenMMLab pre-training toolbox and benchmark.
  • MMagic: OpenMMLab Advanced, Generative and Intelligent Creation toolbox.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMRotate: OpenMMLab rotated object detection toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMOCR: OpenMMLab text detection, recognition, and understanding toolbox.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMHuman3D: OpenMMLab 3D human parametric model toolbox and benchmark.
  • MMFewShot: OpenMMLab fewshot learning toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMDeploy: OpenMMLab Model Deployment Framework.
  • MMRazor: OpenMMLab model compression toolbox and benchmark.
  • MIM: MIM installs OpenMMLab packages.
  • Playground: A central hub for gathering and showcasing amazing projects built upon OpenMMLab.

Main metrics

Overview
Name With Owneropen-mmlab/mmpose
Primary LanguagePython
Program language (Language Count: 5)
Platform
License:Apache License 2.0
所有者活动
Created At2020-07-08 06:02:55
Pushed At2024-08-07 12:09:05
Last Commit At2023-03-17 15:58:55
Release Count35
Last Release Namev1.3.2 (Posted on )
First Release Namev0.6.0 (Posted on )
用户参与
Stargazers Count6.4k
Watchers Count55
Fork Count1.3k
Commits Count1.2k
Has Issues Enabled
Issues Count1519
Issue Open Count264
Pull Requests Count1288
Pull Requests Open Count33
Pull Requests Close Count157
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private