Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
6 months ago | |
---|---|---|
.circleci | 11 months ago | |
.dev_scripts | 1 year ago | |
.github | 6 months ago | |
configs | 9 months ago | |
demo | 1 year ago | |
docker | 1 year ago | |
docs | 7 months ago | |
mmpose | 6 months ago | |
requirements | 11 months ago | |
resources | 3 years ago | |
tests | 7 months ago | |
tools | 10 months ago | |
.gitignore | 1 year ago | |
.owners.yml | 8 months ago | |
.pre-commit-config.yaml | 7 months ago | |
.pylintrc | 2 years ago | |
.readthedocs.yml | 2 years ago | |
CITATION.cff | 2 years ago | |
LICENSE | 3 years ago | |
MANIFEST.in | 2 years ago | |
README.md | 9 months ago | |
README_CN.md | 9 months ago | |
model-index.yml | 9 months ago | |
pytest.ini | 2 years ago | |
requirements.txt | 11 months ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago |
English | 简体中文
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.5+.
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.md 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 data_preparation.md 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.
MMPose depends on PyTorch and MMCV.
Below are quick steps for installation.
Please refer to install.md for detailed installation guide.
conda create -n openmmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
conda activate openmmlab
pip3 install openmim
mim install mmcv-full
git clone https://github.com/open-mmlab/mmpose.git
cd mmpose
pip3 install -e .
Please see get_started.md for the basic usage of MMPose.
There are also tutorials:
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.
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.
MMPose achieves superior of training speed and accuracy on the standard keypoint detection benchmarks like COCO. See more details at benchmark.md.
We summarize the model complexity and inference speed of major models in MMPose, including FLOPs, parameter counts and inference speeds on both CPU and GPU devices with different batch sizes. Please refer to inference_speed_summary.md for more details.
Please refer to data_preparation.md for a general knowledge of data preparation.
Please refer to FAQ for frequently asked questions.
We appreciate all contributions to improve MMPose. Please refer to CONTRIBUTING.md for the contributing guideline.
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.
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}
}
This project is released under the Apache 2.0 license.
No Description
Python Markdown Pickle Unity3D Asset