def update(self, gt_panoptic: np.ndarray, pred_panoptic: np.ndarray) -> None
Feed one frame's ground-truth and predicted panoptic maps.
Source: unitrack/benchmarks/hota/metric.py:28