↓ 9 callersMethodstate_to_bboxExtract an `[x1, y1, x2, y2]` bbox from the current filter state. Returns: Bounding box `[x1, y1, x2, y2]`.
src/trackers/utils/state_representations.py:102
↓ 4 callersFunctionaggregate_identity_metricsAggregate Identity metrics across multiple sequences. Sums IDTP, IDFN, IDFP across sequences, then recomputes IDF1, IDR, IDP from the totals.
src/trackers/eval/identity.py:194
↓ 3 callersFunction_compute_iou_and_enclosingShared geometry used by GIoU, DIoU, CIoU and other variants. Args: boxes_1: ``(N, 4)`` array in ``[x1, y1, x2, y2]`` format. boxe
src/trackers/utils/iou.py:196