Skip to content

Commit 4926b6e

Browse files
committed
remove debug code
1 parent fe1bb1a commit 4926b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retinanet/dataloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def collater(data):
341341
class Resizer(object):
342342
"""Convert ndarrays in sample to Tensors."""
343343

344-
def __call__(self, sample, min_side=608//2, max_side=1024//2):
344+
def __call__(self, sample, min_side=608, max_side=1024):
345345
image, annots = sample['img'], sample['annot']
346346

347347
rows, cols, cns = image.shape

0 commit comments

Comments
 (0)