↓ 3 callersFunctionbbox2distanceDecode bounding box based on distances. Args: points (Tensor): Shape (n, 2), [x, y]. bbox (Tensor): Shape (n, 4), "xyxy" format
mmdetection-2.11.0/mmdet/core/bbox/transforms.py:159
↓ 3 callersFunctionbbox_xyxy_to_cxcywhConvert bbox coordinates from (x1, y1, x2, y2) to (cx, cy, w, h). Args: bbox (Tensor): Shape (n, 4) for bboxes. Returns: Ten
mmdetection-2.11.0/mmdet/core/bbox/transforms.py:229