↓ 1 callersFunctionbox_iou :param boxes1: (N, 4) (x1,y1,x2,y2) :param boxes2: (N, 4) (x1,y1,x2,y2) :return:
lib/utils/box_ops.py:36
↓ 1 callersFunctioncreate_mask_from_string mask_encoding: a string in the following format: x0, y0, w, h, RLE output: mask, offset mask: 2-D binary mask, size defined in the mask e
lib/test/evaluation/votdataset.py:313
↓ 1 callersMethodforward_features(self, z, x, mask_z=None, mask_x=None,
ce_template_mask=None, ce_keep_rate=None,
lib/models/ostrack/vit_ce.py:102
↓ 1 callersMethodforward_head
cat_feature: output embeddings of the backbone, it can be (HW1+HW2, B, C) or (HW2, B, C)
lib/models/ostrack/ostrack.py:61