Install Trackers
Add multi-object tracking to your detection pipeline with a single install. Works with any detector, any framework.
What you'll learn:
- Install
trackerswithpiporuv - Set up a local development environment
Requirements
Python 3.10+. Works on Linux, macOS, and Windows.
Quickstart
Get started by installing the package.
Extras
The base install covers tracking only. Optional extras add functionality like built-in detection.
Detection
The detection extra installs inference-models, enabling the CLI to run detection automatically so you don't need to bring your own model.
GPU Acceleration
For GPU support, ensure PyTorch is installed with CUDA or MPS.
Tune
The tune extra installs optuna, enabling automated hyperparameter search — see the tune guide.
Mask
The mask extra installs torch, torchvision, rf-segment-anything, and rf-cutie, enabling the SAM + Cutie mask pipeline used by McByte, trackers inspect, and the mask-conditioned benchmarking commands — see the inspect guide.
GPU Acceleration
For GPU support, ensure PyTorch is installed with CUDA or MPS.
Development Setup
Set up a local environment for contributing or modifying trackers.