↓ 1 callersFunctionbbox2distanceDecode bounding box based on distances. Args: points (Tensor): Shape (n, 2), [x, y]. bbox (Tensor): Shape (n, 4), "xyxy" format
mmdetection/mmdet/core/bbox/transforms.py:141
↓ 1 callersFunctionbboxes2tblrEncode ground truth boxes to tblr coordinate. It first convert the gt coordinate to tblr format, (top, bottom, left, right), relative to pri
mmdetection/mmdet/core/bbox/coder/tblr_bbox_coder.py:67
↓ 1 callersFunctionbuild_targets(pred_boxes, target, anchors, num_anchors, num_classes, nH, nW, noobject_scale, object_scale,
util_copy/yolo_layer.py:6
↓ 1 callersFunctionbuild_targets(pred_boxes, target, anchors, num_anchors, num_classes, nH, nW, noobject_scale, object_scale,
util_copy/region_loss.py:10