YOLO-based human pose detection and visualization tool
Project description
YOLO Poser
A Python package for human pose detection and visualization using YOLO.
Installation
pip install yolo-poser
Usage
Command Line
yolo-poser input_video.mp4 --output output.mp4 --output-format h264
Python API
from yolo_poser import process_video
process_video(
input_path="input.mp4",
output_path="output.mp4",
output_format="h264",
debug=True
)
Features
- Human pose detection using YOLO
- Support for multiple output formats (MJPEG, H264, WebM)
- Smooth keypoint tracking
- Debug mode with performance metrics
- Configurable visualization options
Requirements
- Python 3.8+ (<3.13)
- PyTorch
- Ultralytics
- OpenCV
- NumPy
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yolo_poser-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file yolo_poser-0.1.0.tar.gz
.
File metadata
- Download URL: yolo_poser-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76200c4af863c86bcbed9d6debe0d2c09c417fb25650435f51cbf69d619329a |
|
MD5 | c108b1963b238099e7c2d6cf21e8cdf8 |
|
BLAKE2b-256 | 5205019a81876967a0eea643f2dbe7c84bd86c38d7a9e2c84073d14970c7f68c |
File details
Details for the file yolo_poser-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: yolo_poser-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04293e03460bed71fdb079b359a004bc641062030a0b09d948f75b403f577bc9 |
|
MD5 | bff7550a5a11eefb1c4eb1f4730e822d |
|
BLAKE2b-256 | 3c5ee001fdb271927231a00565fcbef34e8ddefde55bc0224c783360c62ab913 |