Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed Dec 13, 2023
1 parent 92280f5 commit 5429755
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/models/deta/modeling_deta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,6 @@ def forward(self, outputs, targets, return_cost_matrix=False):
bs = len(targets)
indices = []
ious = []
print(outputs["init_reference"][0].shape)
for b in range(bs):
iou, _ = box_iou(
center_to_corners_format(targets[b]["boxes"]),
Expand Down

0 comments on commit 5429755

Please sign in to comment.