Unverified Commit 1b6fe682 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

remove masks (#3910)


Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent eaddb902
......@@ -17,30 +17,6 @@ PILLOW_VERSION = tuple(int(x) for x in PILLOW_VERSION.split('.'))
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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment