Tlaloc-Es / aipose

The aipose library provides a simple API for performing human pose estimation in computer vision projects using pre-trained deep learning models built on PyTorch and TensorFlow.

Home Page:https://pypi.org/project/aipose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIPOSE

Downloads Stars Documentation Status

Library to use pose estimation in your projects easily.

Instalation PyPI

You can install aipose from Pypi. It's going to install the library itself and its prerequisites as well.

pip install aipose

You can install aipose from its source code.

git clone https://github.com/Tlaloc-Es/aipose.git
cd aipose
pip install -e .

Run demo

Use the following command to run a demo with your cam and YOLOv7 pose estimator,

posewebcam

Running over a video results

How to use

You can check the section notebooks in the repository to check the usage of the library or you can ask in the Issues section.

The examples are:

References

Support

You can do a donation with the following link.

Buy Me A Coffee

Or you can try to make a pull request with your improvements to the repo.

Source of videos and images

In folder notebooks/poses/

About

The aipose library provides a simple API for performing human pose estimation in computer vision projects using pre-trained deep learning models built on PyTorch and TensorFlow.

https://pypi.org/project/aipose/

License:Other


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%