Skip to content

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.

License

Notifications You must be signed in to change notification settings

Tlaloc-Es/aipose

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published