↓ 17 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
OpenSelfSup/benchmarks/detection/detection/detectron2/structures/image_list.py:58
↓ 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
OpenSelfSup/benchmarks/detection/detection/detectron2/layers/rotated_boxes.py:7
↓ 8 callersMethodapply_deltas Apply transformation `deltas` (dx, dy, dw, dh) to `boxes`. Args: deltas (Tensor): transformation deltas of shape (N, k*4
OpenSelfSup/benchmarks/detection/detection/detectron2/modeling/box_regression.py:73
↓ 8 callersFunctionpermute_to_N_HWA_K Transpose/reshape a tensor from (N, (Ai x K), H, W) to (N, (HxWxAi), K)
OpenSelfSup/benchmarks/detection/detection/detectron2/modeling/meta_arch/retinanet.py:27