↓ 2 callersMethodget_loss_from_assign(self, pred_scores, pred_distri, pred_bboxes,
anchor_points_s, assigned_labels, a
ppdet/modeling/heads/ppyoloe_head.py:469
↓ 2 callersFunctionnms Apply NMS to avoid detecting too many overlapping bounding boxes. Args: dets: shape [N, 5], [score, x1, y1, x2, y2] m
ppdet/modeling/post_process.py:417
↓ 2 callersFunctionprocess_batch Return correct prediction matrix Arguments: detections (array[N, 6]), x1, y1, x2, y2, conf, class labels (array[M, 5]), class
ppdet/modeling/heads/yolov6_head.py:2356
↓ 2 callersFunctionxyxy2xywh Convert bounding box coordinates from (x1, y1, x2, y2) format to (x, y, width, height) format where (x1, y1) is the top-left corner and (x2,
ppdet/modeling/heads/yolov8_head.py:975
↓ 2 callersMethodyolov3_loss(self, p, t, gt_box, anchor, downsample, scale=1.,
eps=1e-10)
ppdet/modeling/losses/yolo_loss.py:115