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
Files changed (1) hide show
  1. 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 = 800
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):