↓ 1 callersFunctionassociate_detections_to_trackers(numpy.array, numpy.array, int) -> numpy.array, numpy.array, numpy.array Returns 3 lists of matches, unmatched_detections and unmatched_trackers
utils/associate_detection_trackers.py:5
Functionconvert_bbox_to_z Takes a bounding box in the form [x1,y1,x2,y2] and returns z in the form [x,y,s,r] where x,y is the centre of the box and s is the scale/area
utils/convert_bbox_to_scale.py:3
Functionconvert_x_to_bbox Takes a bounding box in the centre form [x,y,s,r] and returns it in the form [x1,y1,x2,y2] where x1,y1 is the top left and x2,y2 is the botto
utils/convert_scale_to_bbox.py:3