Skip to content

Commit

Permalink
remove masks (#3910)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
  • Loading branch information
NicolasHug and datumbox authored May 25, 2021
1 parent eaddb90 commit 1b6fe68
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,6 @@
boxes = torch.tensor([[0, 0, 20, 20], [0, 0, 0, 0],
[10, 15, 30, 35], [23, 35, 93, 95]], dtype=torch.float)

masks = torch.tensor([
[
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799]
],
[
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541]
],
[
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
]
], dtype=torch.float)


class Tester(unittest.TestCase):

Expand Down

0 comments on commit 1b6fe68

Please sign in to comment.