↓ 13 callersFunctionpairwise_iou_rotated Return intersection-over-union (Jaccard index) of boxes. Both sets of boxes are expected to be in (x_center, y_center, width, height, an
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/layers/rotated_boxes.py:7
↓ 11 callersMethodfrom_tensors Args: tensors: a tuple or list of `torch.Tensors`, each of shape (Hi, Wi) or (C_1, ..., C_K, Hi, Wi) where K >= 1
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/structures/image_list.py:51
↓ 6 callersFunctionpermute_to_N_HWA_K Transpose/reshape a tensor from (N, (A x K), H, W) to (N, (HxWxA), K)
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/modeling/meta_arch/retinanet.py:25
↓ 5 callersMethodapply_deltas Apply transformation `deltas` (dx, dy, dw, dh) to `boxes`. Args: deltas (Tensor): transformation deltas of shape (N, k*4
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/modeling/box_regression.py:99