Skip to content

Commit 61a1f41

Browse files
authored
Fix yolox ci failed (#6864)
1 parent 670f64a commit 61a1f41

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/test_models/test_forward.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,4 @@ def test_yolox_random_size():
698698
gt_bboxes=gt_bboxes,
699699
gt_labels=gt_labels,
700700
return_loss=True)
701-
detector.forward(
702-
imgs,
703-
img_metas,
704-
gt_bboxes=gt_bboxes,
705-
gt_labels=gt_labels,
706-
return_loss=True)
707-
assert detector._input_size == (64, 64)
701+
assert detector._input_size == (64, 96)

0 commit comments

Comments
 (0)