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 e3641df..c22adb4 100644 --- a/crop_frames.py +++ b/crop_frames.py @@ -10,7 +10,7 @@ parser = argparse.ArgumentParser() parser.add_argument('--step', default=256, type=int) parser.add_argument('--overlap', default=2, type=int) parser.add_argument('--in_dir', help='Directory to process') -parser.add_argument('--out_dir', default='crops', help='Directory to output to') +parser.add_argument('--out_dir', default='inputs', help='Directory to output to') args = parser.parse_args() def crop_dir(): |
