module

tracker

module unitrack.tracker

Pure tracker, multi-stream/batch wrappers, and clip-level inference.

:class:`~unitrack.tracker.Tracker` is the pure step function over snapshots; :class:`~unitrack.tracker.MultiStream` and :class:`BatchTracker` add stateful per-stream or per-slot wrapping, and :class:`~unitrack.tracker.ClipTracker` runs the tracker over a fixed-length clip.

Members

module

  • batchMulti-slot tracker wrapper with an optional batched LAP fast path.
  • clipClip-level tracker: per-frame iteration plus optional refiner mode.
  • memoryPer-stream tracker state: current snapshot and the next-ID counter.
  • multistreamPer-key tracker wrapper and fork-policy primitives.
  • trackerPure tracker — step function over :class:`~unitrack.data.Tracklets` snapshots.

Source: unitrack/tracker/__init__.py:1