#205 · Primary category: Computer Vision
deep-high-resolution-net.pytorch
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
Project last updated:08/30/24
GitHub Stars
4.5K
Forks
922
Contributors
10
License
MIT
Why we included this project
Fitness tracking, motion analysis, AR avatars, and gesture interfaces all need to locate body joints in images and video, and this repo is the PyTorch implementation of HRNet, the pose estimation architecture introduced in a 2019 CVPR paper that became a standard baseline in the field. The key idea is to keep a high-resolution feature stream alive through the whole network instead of recovering detail only at the end, which is what gives it precise keypoint localization. The repo ships training and evaluation code for the COCO and MPII keypoint benchmarks, pretrained models, and a demo that runs inference on your own images, so you can go from reading the paper to running predictions without much setup. It is also a useful way to learn how modern top-down pose estimation pipelines are put together, because the code keeps dataset loading, model definition, and training logic in separate, readable pieces.
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)