Skip to content

Commit 5347cd0

Browse files
committed
clean
1 parent b8e35c6 commit 5347cd0

6 files changed

Lines changed: 1 addition & 1286 deletions

File tree

batches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def get_batches(
423423
shape = (16, 128, 128, 3),
424424
index_path = sys.argv[1],
425425
train = True,
426+
box_factor = 2,
426427
shuffle = True)
427428
X, C, XN, CN = next(batches)
428429
plot_batch(X, "images.png")

0 commit comments

Comments
 (0)