Skip to content

Commit 1b6fe68

Browse files
NicolasHugdatumbox
andauthored
remove masks (#3910)
Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent eaddb90 commit 1b6fe68

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

test/test_utils.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@
1717
boxes = torch.tensor([[0, 0, 20, 20], [0, 0, 0, 0],
1818
[10, 15, 30, 35], [23, 35, 93, 95]], dtype=torch.float)
1919

20-
masks = torch.tensor([
21-
[
22-
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
23-
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
24-
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
25-
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
26-
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799]
27-
],
28-
[
29-
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
30-
[-2.2799, -2.2799, -2.2799, -2.2799, -2.2799],
31-
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
32-
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
33-
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541]
34-
],
35-
[
36-
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
37-
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
38-
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
39-
[-1.4541, -1.4541, -1.4541, -1.4541, -1.4541],
40-
[5.0914, 5.0914, 5.0914, 5.0914, 5.0914],
41-
]
42-
], dtype=torch.float)
43-
4420

4521
class Tester(unittest.TestCase):
4622

0 commit comments

Comments
 (0)