DAB-DETR icon indicating copy to clipboard operation
DAB-DETR copied to clipboard

box_cxcywh_to_xyxy(tgt_bbox)

Open qiulesun opened this issue 1 year ago • 0 comments

@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.

qiulesun avatar Jan 20 '24 05:01 qiulesun