↓ 1 callersMethodcompute_loss_mot_corr(self, embed_0, embed_1, targets, bs, s, H_d, W_d)
unicorn/models/unicorn.py:407
↓ 1 callersMethodcompute_loss_vos(self, embed_0, embed_1, fpn_outs_1, targets, images, masks, s=8, return_trans_mat=False)
unicorn/models/unicorn.py:339
↓ 1 callersMethodevaluate(self,
results,
metric=['bbox', 'track'],
logger=None,
external/qdtrack/qdtrack/datasets/coco_video_dataset.py:242
↓ 1 callersMethodevaluate_mots(self,
results,
metric=['bbox', 'track'],
logger=None,
external/qdtrack/qdtrack/datasets/coco_video_dataset.py:316
↓ 1 callersFunctiongeneralized_box_iou Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format boxes1: (N, 4) boxes2: (N, 4)
external/lib/utils/box_ops.py:61