open-mmlab/mmpose is a AI Tools project on GitHub, written primarily in Python. It has 7.8k stars. OpenMMLab Pose Estimation Toolbox and Benchmark.
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
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 RTMW3D, a real-time model for 3D wholebody pose estimation.
Release RTMO, a state-of-the-art real-time method for multi-person pose estimation.
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 new datasets:
(ICCV 2015) 300VW
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:
RTMPose
RTMO
RTMPose3D
PoseAnything
YOLOX-Pose
MMPose4AIGC
Simple Keypoints
Just Dance
Uniformer
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:
For the basic usage of MMPose:
A 20-minute Tour to MMPose
Demos
Inference
Configs
Prepare Datasets
Train and Test
Deployment
Model Analysis
Dataset Annotation and Preprocessing
For developers who wish to develop based on MMPose:
Learn about Codecs
Dataflow in MMPose
Implement New Models
Customize Datasets
Customize Data Transforms
Customize Evaluation
Customize Optimizer
Customize Logging
How to Deploy
Model Analysis
Migration Guide
For researchers and developers who are willing to contribute to MMPose:
Contribution Guide
For some common issues, we provide a FAQ list:
FAQ
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.
Supported algorithms:
DeepPose (CVPR'2014)
CPM (CVPR'2016)
Hourglass (ECCV'2016)
SimpleBaseline3D (ICCV'2017)
Associative Embedding (NeurIPS'2017)
SimpleBaseline2D (ECCV'2018)
DSNT (ArXiv'2021)
HRNet (CVPR'2019)
IPR (ECCV'2018)
VideoPose3D (CVPR'2019)
HRNetv2 (TPAMI'2019)
MSPN (ArXiv'2019)
SCNet (CVPR'2020)
HigherHRNet (CVPR'2020)
RSN (ECCV'2020)
InterNet (ECCV'2020)
VoxelPose (ECCV'2020)
LiteHRNet (CVPR'2021)
ViPNAS (CVPR'2021)
Debias-IPR (ICCV'2021)
SimCC (ECCV'2022)
Supported techniques:
FPN (CVPR'2017)
FP16 (ArXiv'2017)
Wingloss (CVPR'2018)
AdaptiveWingloss (ICCV'2019)
DarkPose (CVPR'2020)
UDP (CVPR'2020)
Albumentations (Information'2020)
SoftWingloss (TIP'2021)
RLE (ICCV'2021)
Supported datasets:
AFLW [homepage] (ICCVW'2011)
sub-JHMDB [homepage] (ICCV'2013)
COFW [homepage] (ICCV'2013)
MPII [homepage] (CVPR'2014)
Human3.6M [homepage] (TPAMI'2014)
COCO [homepage] (ECCV'2014)
CMU Panoptic [homepage] (ICCV'2015)
300VW [homepage] (ICCV'2015)
DeepFashion [homepage] (CVPR'2016)
300W [homepage] (IMAVIS'2016)
RHD [homepage] (ICCV'2017)
CMU Panoptic HandDB [homepage] (CVPR'2017)
AI Challenger [homepage] (ArXiv'2017)
MHP [homepage] (ACM MM'2018)
WFLW [homepage] (CVPR'2018)
PoseTrack18 [homepage] (CVPR'2018)
OCHuman [homepage] (CVPR'2019)
CrowdPose [homepage] (CVPR'2019)
MPII-TRB [homepage] (ICCV'2019)
FreiHand [homepage] (ICCV'2019)
Animal-Pose [homepage] (ICCV'2019)
OneHand10K [homepage] (TCSVT'2019)
Vinegar Fly [homepage] (Nature Methods'2019)
Desert Locust [homepage] (Elife'2019)
Grévy’s Zebra [homepage] (Elife'2019)
ATRW [homepage] (ACM MM'2020)
Halpe [homepage] (CVPR'2020)
COCO-WholeBody [homepage] (ECCV'2020)
MacaquePose [homepage] (bioRxiv'2020)
InterHand2.6M [homepage] (ECCV'2020)
AP-10K [homepage] (NeurIPS'2021)
Horse-10 [homepage] (WACV'2021)
Human-Art [homepage] (CVPR'2023)
LaPa [homepage] (AAAI'2020)
UBody [homepage] (CVPR'2023)
Supported backbones:
AlexNet (NeurIPS'2012)
VGG (ICLR'2015)
ResNet (CVPR'2016)
ResNext (CVPR'2017)
SEResNet (CVPR'2018)
ShufflenetV1 (CVPR'2018)
ShufflenetV2 (ECCV'2018)
MobilenetV2 (CVPR'2018)
ResNetV1D (CVPR'2019)
ResNeSt (ArXiv'2020)
Swin (CVPR'2021)
HRFormer (NIPS'2021)
PVT (ICCV'2021)
PVTV2 (CVMJ'2022)
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:
How does open-mmlab/mmpose compare to other AI Tools projects?
open-mmlab/mmpose is tracked by TopGit in the AI Tools category, with 7.8k GitHub stars and written in Python. Browse the AI Tools topic page on TopGit to compare it against similar projects by stars and activity.
How many stars does open-mmlab/mmpose have?
open-mmlab/mmpose has 7.8k GitHub stars — refresh the page for the live number, or check github.com/open-mmlab/mmpose. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is open-mmlab/mmpose open source?
Yes — open-mmlab/mmpose ships under the Apache-2.0 license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/open-mmlab/mmpose.
What else is in the AI Tools space?
open-mmlab/mmpose is tracked by TopGit under the AI Tools category, alongside 20 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What is open-mmlab/mmpose?
open-mmlab/mmpose (open-mmlab/mmpose) is a Python project on GitHub. From the project's own README: OpenMMLab Pose Estimation Toolbox and Benchmark.
Where can I see open-mmlab/mmpose in action?
The project maintains a homepage at https://mmpose.readthedocs.io/en/latest/. The README tab on this page also usually contains screenshots and a quickstart.
Where do I read more about open-mmlab/mmpose?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/open-mmlab/mmpose is the definitive source.
Read full README in the tab above.
Want a second opinion on mmpose?
Ask an AI that can read this page — one click and you get its take on mmpose.