Skip to content

Commit

Permalink
Modify unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegukhyun committed Jun 26, 2023
1 parent 36ccfb1 commit 3c33ab0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ def test_forward_train(self):
@e2e_pytest_unit
def test_simple_test_bboxes(self):
feats = [
torch.randn([2, 256, 100, 134]),
torch.randn([2, 256, 50, 67]),
torch.randn([2, 256, 25, 34]),
torch.randn([2, 256, 13, 17]),
torch.zeros([2, 256, 100, 134]),
torch.zeros([2, 256, 50, 67]),
torch.zeros([2, 256, 25, 34]),
torch.zeros([2, 256, 13, 17]),
]
img_metas = [
{
Expand Down

0 comments on commit 3c33ab0

Please sign in to comment.