↓ 4 callersMethodapply_deltas Apply transformation `deltas` (dx, dy, dw, dh) to `boxes`. Args: deltas (Tensor): transformation deltas of shape (N, k*4)
playground/detection/coco/sparse_rcnn/sparse_rcnn.res50.fpn.coco.multiscale.3x/head.py:216
↓ 4 callersFunctiongeneralized_box_iou Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format Returns a [N, M] pairwise matrix, where N
cvpods/structures/boxes.py:417
↓ 4 callersMethodload_det_boxes(self, dict_input, key_name, key_box, key_score=None, key_tag=None)
cvpods/evaluation/crowdhumantools.py:254