iou = bbox_iou(pred_bboxes_pos, target_bboxes_pos, xywh=False, CIoU=True,Inner=True,Focaleriou=True,MDPIoU=False,feat_h=h,feat_w=w)

def forward(self, pred_dist, pred_bboxes, anchor_points, target_bboxes, target_scores, target_scores_sum, fg_mask,h=None,w=None):

05-03 16:50