↓ 7 callersMethodupdate Params: dets - a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...] Requires: this metho
sort.py:187
↓ 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/ar
sort.py:47
↓ 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 bot
sort.py:62
↓ 1 callersMethodcompute_targets_and_weights(self, joint_id, coords, data_item, size, scale, batch)
dataset/pose_dataset.py:316
↓ 1 callersMethodloadNumpyAnnotations Convert result data from a numpy array [Nx7] where each row contains {imageID,x1,y1,w,h,score,class} :param data (numpy.ndarray)
lib/coco/PythonAPI/pycocotools/coco.py:377