↓ 2 callersFunctionbox_iou Return iou tensor Parameters ---------- b1: tensor, shape=(i1,...,iN, 4), xywh b2: tensor, shape=(j, 4), xywh Returns -
yolo4/model.py:420
Methodto_tlbrConvert bounding box to format `(min x, min y, max x, max y)`, i.e., `(top left, bottom right)`.
deep_sort/detection.py:36