Skip to content

Commit

Permalink
Fix yolox ci failed (open-mmlab#6864)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored and ZwwWayne committed Jul 19, 2022
1 parent 2724f05 commit 4f6a787
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_models/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,4 @@ def test_yolox_random_size():
gt_bboxes=gt_bboxes,
gt_labels=gt_labels,
return_loss=True)
detector.forward(
imgs,
img_metas,
gt_bboxes=gt_bboxes,
gt_labels=gt_labels,
return_loss=True)
assert detector._input_size == (64, 64)
assert detector._input_size == (64, 96)

0 comments on commit 4f6a787

Please sign in to comment.