#328 · Primary category: Computer Vision

HyperPose

computer-vision distributed-training mobilenet neural-networks openpose pose-estimation tensorflow tensorlayer tensorrt

Library for Fast and Flexible Human Pose Estimation

Project last updated:03/25/23

GitHub Stars

1.3K

Forks

271

Contributors

18

License

Other

Why we included this project

HyperPose pairs a high-level Python API for building and customizing pose estimation models with a C++ inference engine that runs them fast on CPUs and GPUs. The engine relies on TensorRT and hybrid CPU/GPU scheduling, which the maintainers report can reach up to 10x the frame rate of OpenPose, TF-Pose, or OpenPifPaf, so it suits applications where latency matters. You can adjust training, evaluation, and pre/post-processing from Python without touching the C++ internals, which makes the library a practical baseline for a custom pose application instead of a research demo you have to rewire yourself.

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