module

benchmarks.hota.tracker

module unitrack.benchmarks.hota.tracker

Tracker factories (mask-IoU, cosine, cascade, Kalman) + a registry.

Each factory builds a :class:`~unitrack.Tracker` over a fixed ``(height, width)`` from existing unitrack primitives — no core-library changes. ``TRACKER_REGISTRY`` maps a key to a ``(height, width) -> MultiStream`` factory so the benchmark can sweep the tracker as a first-class variable, parallel to the model registry.

Members

function

Source: unitrack/benchmarks/hota/tracker.py:1