↓ 3 callersFunctionplot_tracking(image, tlwhs, obj_ids, scores=None, frame_id=0, fps=0., ids2=None)
yolox/utils/visualize.py:52
↓ 2 callersFunctionconvert_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 a
yolox/sort_tracker/sort.py:55
↓ 2 callersFunctionconvert_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 bottom
yolox/sort_tracker/sort.py:70