You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
The text was updated successfully, but these errors were encountered: