We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227c7f2 commit eeb40c7Copy full SHA for eeb40c7
wkcuber/__main__.py
@@ -18,7 +18,7 @@ def create_parser():
18
"-m",
19
help="Max resolution to be downsampled. Needs to be a power of 2.",
20
type=int,
21
- default=512,
+ default=32,
22
)
23
24
parser.add_argument(
0 commit comments