MVIG-SJTU/AlphaPose sits at 8.6k stars on GitHub, written primarily in Python. Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
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.
Nov 2022: AlphaPose paper is released! Checkout the paper for more details about this project.
Sep 2022: Jittor version of AlphaPose is released! It achieves 1.45x speed up with resnet50 backbone on the training stage.
July 2022: v0.6.0 version of AlphaPose is released! HybrIK for 3D pose and shape estimation is supported!
Jan 2022: v0.5.0 version of AlphaPose is released! Stronger whole body(face,hand,foot) keypoints! More models are availabel. Checkout docs/MODEL_ZOO.md
Aug 2020: v0.4.0 version of AlphaPose is released! Stronger tracking! Include whole body(face,hand,foot) keypoints! Colab now available.
Dec 2019: v0.3.0 version of AlphaPose is released! Smaller model, higher accuracy!
Apr 2019: MXNet version of AlphaPose is released! It runs at 23 fps on COCO validation set.
Feb 2019: CrowdPose is integrated into AlphaPose Now!
Dec 2018: General version of PoseFlow is released! 3X Faster and support pose tracking results visualization!
Sep 2018: v0.2.0 version of AlphaPose is released! It runs at 20 fps on COCO validation set (4.6 people per image on average) and achieves 71 mAP!
AlphaPose
AlphaPose is an accurate multi-person pose estimator, which is the first open-source system that achieves 70+ mAP (75 mAP) on COCO dataset and 80+ mAP (82.1 mAP) on MPII dataset.
To match poses that correspond to the same person across frames, we also provide an efficient online pose tracker called Pose Flow. It is the first open-source online pose tracker that achieves both 60+ mAP (66.5 mAP) and 50+ MOTA (58.3 MOTA) on PoseTrack Challenge dataset.
AlphaPose supports both Linux and Windows!
COCO 17 keypoints
Halpe 26 keypoints + tracking
Halpe 136 keypoints + tracking
YouTube link
SMPL + tracking
Results
Pose Estimation
Results on COCO test-dev 2015:
Method
AP @0.5:0.95
AP @0.5
AP @0.75
AP medium
AP large
OpenPose (CMU-Pose)
61.8
84.9
67.5
57.1
68.2
Detectron (Mask R-CNN)
67.0
88.0
73.1
62.2
75.6
AlphaPose
73.3
89.2
79.1
69.0
78.6
Results on MPII full test set:
Method
Head
Shoulder
Elbow
Wrist
Hip
Knee
Ankle
Ave
OpenPose (CMU-Pose)
91.2
87.6
77.7
66.8
75.4
68.9
61.7
75.6
Newell & Deng
92.1
89.3
78.9
69.8
76.2
71.6
64.7
77.5
AlphaPose
91.3
90.5
84.0
76.4
80.3
79.9
72.4
82.1
More results and models are available in the docs/MODEL_ZOO.md.
Pose Tracking
Please read trackers/README.md for details.
CrowdPose
Please read docs/CrowdPose.md for details.
Installation
Please check out docs/INSTALL.md
Model Zoo
Please check out docs/MODEL_ZOO.md
Quick Start
Colab: We provide a colab example for your quick start.
More detailed inference options and examples, please refer to GETTING_STARTED.md
Common issue & FAQ
Check out faq.md for faq. If it can not solve your problems or if you find any bugs, don't hesitate to comment on GitHub or make a pull request!
Contributors
AlphaPose is based on RMPE(ICCV'17), authored by Hao-Shu Fang, Shuqin Xie, Yu-Wing Tai and Cewu Lu, Cewu Lu is the corresponding author. Currently, it is maintained by Jiefeng Li*, Hao-shu Fang*, Haoyi Zhu, Yuliang Xiu and Chao Xu.
The main contributors are listed in doc/contributors.md.
TODO
Multi-GPU/CPU inference
3D pose
add tracking flag
PyTorch C++ version
Add model trained on mixture dataset (Check the model zoo)
dense support
small box easy filter
Crowdpose support
Speed up PoseFlow
Add stronger/light detectors (yolox is now supported)
High level API (check the scripts/demo_api.py)
We would really appreciate if you can offer any help and be the contributor of AlphaPose.
Citation
Please cite these papers in your publications if it helps your research:
@article{alphapose,
author = {Fang, Hao-Shu and Li, Jiefeng and Tang, Hongyang and Xu, Chao and Zhu, Haoyi and Xiu, Yuliang and Li, Yong-Lu and Lu, Cewu},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
title = {AlphaPose: Whole-Body Regional Multi-Person Pose Estimation and Tracking in Real-Time},
year = {2022}
}
@inproceedings{fang2017rmpe,
title={{RMPE}: Regional Multi-person Pose Estimation},
author={Fang, Hao-Shu and Xie, Shuqin and Tai, Yu-Wing and Lu, Cewu},
booktitle={ICCV},
year={2017}
}
@inproceedings{li2019crowdpose,
title={Crowdpose: Efficient crowded scenes pose estimation and a new benchmark},
author={Li, Jiefeng and Wang, Can and Zhu, Hao and Mao, Yihuan and Fang, Hao-Shu and Lu, Cewu},
booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
pages={10863--10872},
year={2019}
}
If you used the 3D mesh reconstruction module, please also cite:
@inproceedings{li2021hybrik,
title={Hybrik: A hybrid analytical-neural inverse kinematics solution for 3d human pose and shape estimation},
author={Li, Jiefeng and Xu, Chao and Chen, Zhicun and Bian, Siyuan and Yang, Lixin and Lu, Cewu},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={3383--3393},
year={2021}
}
If you used the PoseFlow tracking module, please also cite:
@inproceedings{xiu2018poseflow,
author = {Xiu, Yuliang and Li, Jiefeng and Wang, Haoyu and Fang, Yinghong and Lu, Cewu},
title = {{Pose Flow}: Efficient Online Pose Tracking},
booktitle={BMVC},
year = {2018}
}
License
AlphaPose is freely available for free non-commercial use, and may be redistributed under these conditions. For commercial queries, please drop an e-mail at mvig.alphapose[at]gmail[dot]com and cc lucewu[[at]sjtu[dot]edu[dot]cn. We will send the detail agreement to you.
The most recent commit recorded on MVIG-SJTU/AlphaPose was 2.3 years ago, based on the GitHub push timestamp. The repository has 2.0k forks — one of the better signals of community interest.
How does MVIG-SJTU/AlphaPose compare to other AI Tools projects?
MVIG-SJTU/AlphaPose is tracked by TopGit in the AI Tools category, with 8.6k 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 MVIG-SJTU/AlphaPose have?
MVIG-SJTU/AlphaPose has 8.6k GitHub stars — refresh the page for the live number, or check github.com/MVIG-SJTU/AlphaPose. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is MVIG-SJTU/AlphaPose open source?
TopGit's metadata for MVIG-SJTU/AlphaPose does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What is MVIG-SJTU/AlphaPose?
MVIG-SJTU/AlphaPose (MVIG-SJTU/AlphaPose) is a Python project on GitHub. From the project's own README: Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Where do I read more about MVIG-SJTU/AlphaPose?
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/MVIG-SJTU/AlphaPose is the definitive source.
Read full README in the tab above.
Still deciding about AlphaPose?
One click hands the question to an AI along with this page — see what it says about AlphaPose.