Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Library for Fast and Flexible Human Pose Estimation
| Date | Stars |
|---|---|
| 2026-07-24 | 1266 |
| 2026-07-25 | 1266 |
| 2026-07-28 | 1266 |
| 2026-07-30 | 1266 |
| 2026-08-10 | 1264 |
| 2026-09-20 | 1264 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
</a>
<p align="center">
<img src="./docs/markdown/images/logo.png", width="600">
</p>
<p align="center">
<a href="https://readthedocs.org/projects/hyperpose/badge/?version=latest" title="Docs Building"><img src="https://readthedocs.org/projects/hyperpose/badge/?version=latest"></a>
<a href="https://github.com/tensorlayer/hyperpose/actions?query=workflow%3ACI" title="Build Status"><img src="https://github.com/tensorlayer/hyperpose/workflows/CI/badge.svg"></a>
<a href="https://hub.docker.com/r/tensorlayer/hyperpose" title="Docker"><img src="https://img.shields.io/docker/image-size/tensorlayer/hyperpose"></a>
<a href="https://github.com/tensorlayer/hyperpose/releases" title="Github Release"><img src="https://img.shields.io/github/v/release/tensorlayer/hyperpose?include_prereleases"></a>
<a href="https://drive.google.com/drive/folders/1w9EjMkrjxOmMw3Rf6fXXkiv_ge7M99jR?usp=sharing" title="PreTrainedModels"><img src="https://img.shields.io/badge/ModelZoo-GoogleDrive-brightgreen.svg"></a>
<a href="https://en.cppreference.com/w/cpp/17" title="CppStandard"><img src="https://img.shields.io/badge/C++-17-blue.svg?style=flat&logo=c%2B%2B"></a>
<a href="https://github.com/tensorlayer/tensorlayer/blob/master/LICENSE.rst" title="TensorLayer"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg">
</p>
---
<p align="center">
<a href="#Features">Features</a> •
<a href="#Documentation">Documentation</a> •
<a href="#Quick-Start">Quick Start</a> •
<a href="#Performance">Performance</a> •
<a href="#Accuracy">Accuracy</a> •
<a href="#Cite-Us">Cite Us</a> •
<a href="#License">License</a>
</p>
# HyperPose
HyperPose is a library for building high-performance custom pose estimation applications.
## Features
HyperPose has two key features:
- **High-performance pose estimation with CPUs/GPUs**: HyperPose achieves real-time pose estimation through a high-performance pose estimation engine. This engine implements numerous system optimisations: pipeline parallelism, model inference with TensorRT, CPU/GPU hybrid scheduling, and many others. These optimisations contribute to up to 10x higher FPS compared to OpenPose, TF-Pose and OpenPifPaf.
- **Flexibility for developing custom pose estimation models**: HyperPose provides high-level Python APIs to develop pose estimation models. HyperPose users can:
* Customise training, evaluation, visualisation, pre-processing and post-processing in pose estimation.
* Customise model architectures (e.g., OpenPose, Pifpaf, PoseProposal Network) and training datasets.
* Speed up training with multiple GPUs.
## Demo
</a>
<p align="center">
<img src="./docs/markdown/images/demo-xbd.gif", width="600">
</p>
<p align="center">
新宝岛 with HyperPose (Lightweight OpenPose model)
</p>
## Quick Start
The HyperPose library contains two parts:
* A C++ library for high-performance pose estimation model inference.
* A Python library for developing custom pose estimation models.
### C++ inference library
The easiest way to use the inference library is through a [Docker image](https://hub.docker.com/r/tensorlayer/hyperpose). Pre-requisites for this image:
- [CUDA Driver >= 418.81.07](https://www.tensorflow.org/install/gpu) (For default CUDA 10.0 image)
- [NVIDIA Docker >= 2.0](https://github.com/NVIDIA/nvidia-docker)
- [Docker CE Engine >= 19.03](https://docs.docker.com/engine/install/)
Run this command to check if pre-requisites are ready:
```bash
wget https://raw.githubusercontent.com/tensorlayer/hyperpose/master/scripts/test_docker.py -qO- | python
```
Once pre-requisites are ready, pull the HyperPose docker:
```bash
docker pull tensorlayer/hyperpose
```
We provide 4 examples within this image (The following commands have been tested on Ubuntu 18.04):
```bash
# [Example 1]: Doing inference on given video, copy the output.avi to the local path.
docker run --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
docExcerpt of 10,777 characters
Read on GitHub162
Jiawei Liu · University of Illinois Urbana-Champaign
154
Luo Mai · University of Edinburgh · United Kingdom
99
Hao · Peking University · China
78
19
5
zhangrui · China
4
4
3
Jingqing Zhang · Imperial College London, Pangaea Data · United Kingdom
2
watchman-pypi · Future
1
Syoyo Fujita · Light Transport Entertainment, Inc. · Japan
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:bac82531f6513e19, topic:computer-vision, topic:pose-estimation, desc:pose estimation
matched fp:bac82531f6513e19, topic:tensorflow, topic:distributed-training