↓ 1 callersMethodget_losses(
self,
x_shifts,
y_shifts,
expanded_strides,
labels,
outputs,
models/detection/yolox/models/yolo_head.py:403
↓ 1 callersMethodget_losses_w_ignore(
self,
x_shifts,
y_shifts,
expanded_strides,
labels,
outputs,
models/detection/yolox/models/yolo_head.py:776
↓ 1 callersFunctioniou_batch_xywh Computes IOU between two bboxes in the form [x,y,w,h,(cls_id)] both bbox are in shape (N, 4/5) where N is the number of bboxes If class
modules/tracking/utils.py:21