↓ 1 callersFunctionfuse_motion(kf, cost_matrix, tracks, detections, only_position=False, lambda_=0.98)
trackers/tracking/matching.py:125
↓ 1 callersMethodget_cls_score_numpy :param cls_feat: [1, rsize*rsize, H, W] :param rois: numpy array [N, 4] ( x1, y1, x2, y2) :return: [N], [N]
trackers/ReidModels/classification/rfcn_cls.py:81
↓ 1 callersMethodget_in_boxes_info(
self,
gt_bboxes_per_image,
expanded_strides,
x_shifts,
y_shifts,
detector/yolox/yolox/models/yolo_head.py:529
↓ 1 callersMethodget_l1_target(self, l1_target, gt, stride, x_shifts, y_shifts, eps=1e-8)
detector/yolox/yolox/models/yolo_head.py:424
↓ 1 callersMethodget_losses(
self,
imgs,
x_shifts,
y_shifts,
expanded_strides,
labels,
detector/yolox/yolox/models/yolo_head.py:254
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc:
[A,2] -> [A,1,2] -> [A,B,2]
[B,2] -> [1,B,2] -> [A,B,2]
Then we compute the area
trackers/utils/utils.py:564