#366 · Primary category: Computer Vision
Realtime_Multi-Person_Pose_Estimation
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Project last updated:03/21/20
GitHub Stars
5.1K
Forks
1.4K
Contributors
16
License
Other
Why we included this project
This is the original research code behind Part Affinity Fields, the method that won the 2016 MSCOCO Keypoints Challenge and later grew into OpenPose. Because it works bottom-up, it skips person detection entirely and finds every person's joints in a single pass, which makes it a clear way to study how realtime multi-person pose estimation is built. The repo carries Caffe training and testing code along with demo paths in MATLAB, Python, and Jupyter, so a student can follow the full pipeline from COCO data preparation to network training. Teams that want a deployable production library are better off with the C++ successor it links to, but for understanding the architecture, this original version beats the reimplementations.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)