DAB-DETR
DAB-DETR copied to clipboard
box_cxcywh_to_xyxy(tgt_bbox)
@SlongLiu
Nick work !
The entries of tgt_bbox are already [x0, y0, x1, y1] after boxes[:, 2:] += boxes[:, :2] in this line. So I want to know the underlying reason why box_cxcywh_to_xyxy(tgt_bbox) is needed in this line of matcher.py rather than tgt_bbox itself.