#632 · Primary category: Computer Vision
pytorch-cpn
A PyTorch re-implementation of CPN (Cascaded Pyramid Network for Multi-Person Pose Estimation)
Project last updated:11/21/19
GitHub Stars
501
Forks
96
Contributors
2
License
GPL-3.0
Why we included this project
If you work on pose estimation and want a codebase you can finish reading in an afternoon, this PyTorch port of the Cascaded Pyramid Network is a good find. The original model won the MSCOCO keypoints challenge in 2017, and its design stays easy to follow here: a GlobalNet handles the easy joints while a RefineNet circles back on the ones that are hard to locate, with the two-stage idea kept visible instead of buried under framework boilerplate. The repo includes COCO training and evaluation flows with per-backbone AP results for ResNet-50 and ResNet-101, so you can verify a reproduction before you trust it. For people getting into multi-person keypoint estimation, that combination of a small, readable codebase and published numbers beats starting from a sprawling production framework.
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)