🐍📦 pyppbox#
pyppbox is an all-in-one Python toolbox which can be used for detecting, tracking, and re-identifying people with only a few lines of code. It is originally made for PoseTReID framework which can effectively track specific/certain people across multiple cameras or video scenes in distributed contexts of people interaction spaces such as malls or amusement parks, etc.
pyppbox = Python + People + Toolbox
Design for both short and long term people detecting, tracking, and re-identifying.
Integrate GUI for easy configuration and demo.
Support dictionary and YAML/JSON configuration.
Support [GTA_V_Dataset] -> Real-time online and offline evaluation.
Table of contents#
- 🚀 Getting Started
- 💡 Examples
- Example 1: Use some basic standalone functions
- Example 2: Use pyppbox’s internal config directory
- Example 3: Set a custom config directory
- Example 4: Set the main detector/tracker/reider by a YAML or JSON file
- Example 5: Set the main modules by a raw/ready dictionary
- Example 6: Set the main modules by names
- Example 7: Use result tools
- Example 8: Use real-time evaluation tools
- Example 9: Compare a generated result to a reference or ground-truth
- Example 10: Use GT (Ground-truth) as a detector
- Example 11: Train a classifier using a supported reider
- Example 12: Use a supported module directly
- Example 13: Use pyppbox in multithreading application
- Standalone Module
- Supported Modules
- Structure
- Configurations
- Utilities
- Release Notes