type

benchmarks.hota.HFPanopticAdapter

class HFPanopticAdapter:

Loads a HF panoptic model and emits per-frame thing instances.

Members

method

  • __call__Run panoptic inference on one RGB frame and return thing instances.
  • __init__
  • loadDownload and instantiate the HF model + image processor on ``device``.

Source: unitrack/benchmarks/hota/models.py:160