projects
/
flatland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc14761
)
Changed the default argument values.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 1 Apr 2017 20:57:12 +0000
(22:57 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 1 Apr 2017 20:57:12 +0000
(22:57 +0200)
flatland-test.py
patch
|
blob
|
history
diff --git
a/flatland-test.py
b/flatland-test.py
index
1f92fa3
..
5fc687f
100755
(executable)
--- a/
flatland-test.py
+++ b/
flatland-test.py
@@
-47,15
+47,15
@@
parser.add_argument('--height',
help = 'Image height')
parser.add_argument('--nb_shapes',
- type = int, default =
10
,
+ type = int, default =
8
,
help = 'Image height')
parser.add_argument('--nb_sequences',
- type = int, default =
1
,
+ type = int, default =
4
,
help = 'How many sequences to generate')
parser.add_argument('--nb_images_per_sequences',
- type = int, default =
3
,
+ type = int, default =
16
,
help = 'How many images per sequence')
parser.add_argument('--randomize_colors',