↓ 6 callersFunctionbbox_cxcywh_to_xyxyConvert bbox coordinates from (cx, cy, w, h) to (x1, y1, x2, y2). Args: bbox (Tensor): Shape (n, 4) for bboxes. Returns: Ten
mmdetection-2.11.0/mmdet/core/bbox/transforms.py:215
↓ 6 callersMethodidx2strConvert indexes to text strings. Args: indexes (list[list[int]]): [[1,2,3,3,4], [5,4,6,3,7]]. Returns: string
mmocr/models/textrecog/convertors/base.py:90
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, gcb_config=None)
mmocr/models/textrecog/backbones/resnet_extra.py:123
↓ 4 callersFunction_pad(h, w, c, pad_val, axis=-1, dtype=np.float32)
mmdetection-2.11.0/tests/test_data/test_pipelines/test_transform/test_translate.py:19