↓ 4 callersMethodupdate Params: dets - a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...] Requires: this metho
demo/lib/sort/sort.py:177
↓ 3 callersFunctionget_affine_transform(
center, scale, rot, output_size,
shift=np.array([0, 0], dtype=np.float32), inv=0
)
demo/lib/hrnet/lib/utils/transforms.py:58
↓ 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
demo/lib/sort/sort.py:33
↓ 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
demo/lib/sort/sort.py:48
↓ 1 callersMethod_check_branches(self, num_branches, blocks, num_blocks,
num_inchannels, num_channels)
demo/lib/hrnet/lib/models/pose_hrnet.py:119
↓ 1 callersMethod_make_one_branch(self, branch_index, block, num_blocks, num_channels,
stride=1)
demo/lib/hrnet/lib/models/pose_hrnet.py:139