Spaces:
Runtime error
Runtime error
Niv Sardi
commited on
Commit
·
ea75eb1
1
Parent(s):
63f9146
change tilesize to 416, that's what seems to be used in yolo
Browse files- python/imtool.py +1 -1
python/imtool.py
CHANGED
@@ -8,7 +8,7 @@ from typing import NamedTuple
|
|
8 |
|
9 |
from entity import Entity
|
10 |
|
11 |
-
TILE_SIZE =
|
12 |
TILE_OVERLAP = 0.8
|
13 |
|
14 |
class BoundingBox(NamedTuple):
|
|
|
8 |
|
9 |
from entity import Entity
|
10 |
|
11 |
+
TILE_SIZE = 416
|
12 |
TILE_OVERLAP = 0.8
|
13 |
|
14 |
class BoundingBox(NamedTuple):
|