↓ 1 callersFunctionbbox2distanceDecode bounding box based on distances. Args: points (Tensor): Shape (n, 2), [x, y]. bbox (Tensor): Shape (n, 4), "xyxy" format
mmdet/core/bbox/transforms.py:189
↓ 1 callersFunctionbboxes2tblrEncode ground truth boxes to tblr coordinate. It first convert the gt coordinate to tblr format, (top, bottom, left, right), relative to pri
mmdet/core/bbox/coder/tblr_bbox_coder.py:77