From 1f12028c7c4048092fbbee98686909e0e59882c7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Jan 2019 00:42:21 +0100 Subject: paths --- crop_frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crop_frames.py') diff --git a/crop_frames.py b/crop_frames.py index 92a149d..0f700b8 100644 --- a/crop_frames.py +++ b/crop_frames.py @@ -11,7 +11,7 @@ parser.add_argument('--step', default=192, type=int, help='Width of frames') parser.add_argument('--overlap', default=2, type=int, help='Expand all frames by this margin') parser.add_argument('--ratio', default=2, type=int, help='Pre-crop frames to this ratio') parser.add_argument('--in_dir', help='Directory to process') -parser.add_argument('--out_dir', default='inputs', help='Directory to output to') +parser.add_argument('--out_dir', default='inputs', help='Directory to output crops to') args = parser.parse_args() def crop_dir(): -- cgit v1.2.3-70-g09d2