diff options
Diffstat (limited to 'crop_frames.py')
| -rw-r--r-- | crop_frames.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crop_frames.py b/crop_frames.py index ee879a3..8314816 100644 --- a/crop_frames.py +++ b/crop_frames.py @@ -8,7 +8,7 @@ from PIL import Image parser = argparse.ArgumentParser() parser.add_argument('--step', default=256, type=int) parser.add_argument('--overlap', default=4, type=int) -parser.add_argument('--scale', default=1, type=int) +parser.add_argument('--scale', default=4, type=int) parser.add_argument('cmd', metavar='crop', help='Command') parser.add_argument('dir', metavar='dir', help='Directory to process') args = parser.parse_args() |
