We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e35c6 commit 5347cd0Copy full SHA for 5347cd0
6 files changed
batches.py
@@ -423,6 +423,7 @@ def get_batches(
423
shape = (16, 128, 128, 3),
424
index_path = sys.argv[1],
425
train = True,
426
+ box_factor = 2,
427
shuffle = True)
428
X, C, XN, CN = next(batches)
429
plot_batch(X, "images.png")
0 commit comments