๐ก Examples#
The examples below will help you make the most use of pyppbox. Before you try these examples, make sure you already installed pyppbox V3+ or check ๐ Getting Started if you havenโt already.
โน๏ธ Source code and required input files are available here: {pyppbox repo}/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