benchmarks.hota.SequenceSample
class SequenceSample:One ground-truth sequence: an id, length, and a frame iterator.
Each item from ``frames`` is ``(image, gt_panoptic)`` where ``image`` is
``(H, W, 3)`` uint8 RGB and ``gt_panoptic`` is ``(H, W)`` int64 encoded as
``semantic * offset + instance``.
Members
method
property
Source: unitrack/benchmarks/hota/types.py:76