MMPose is an open-source toolbox for pose estimation based on PyTorch. It is a part of the OpenMMLab project.
The master branch works with PyTorch 1.3+.
Benchmark with other open source projects are available on benchmark.md.
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.
Please refer to install.md for installation.
Please see getting_started.md for the basic usage of MMPose.
This project is released under the Apache 2.0 license.
We appreciate all contributions to improve MMPose. Please refer to CONTRIBUTING.md in MMDetection for the contributing guideline.
If you use this tool in your research, please cite this project.
@misc{mmpose,
author = {Wang, Can* and Jin, Sheng* and Duan, Haodong and Li, Xuanyi and Li, Zhizhong and Liu, Wentao and Chen, Kai and Qian, Chen and Lin, Dahua},
title = {{mmpose}},
howpublished = {\url{https://github.com/open-mmlab/mmpose}},
year = {2020}
}
Can Wang and Sheng Jin are equal contributors.
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.