summaryrefslogtreecommitdiff
path: root/crop_frames.py
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2019-01-15 19:47:56 +0100
committerjules <jules@asdf.us>2019-01-15 19:47:56 +0100
commit2d46492571b263aa79110454016ac0a0a4091db9 (patch)
tree3af1dbd8953a7e82a7be9ab7d53450586e62e4fe /crop_frames.py
parent1e545a8a40b289123570ade0dd871c2beb1e43d2 (diff)
dir
Diffstat (limited to 'crop_frames.py')
-rw-r--r--crop_frames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crop_frames.py b/crop_frames.py
index 2462e7b..d939d9d 100644
--- a/crop_frames.py
+++ b/crop_frames.py
@@ -11,7 +11,7 @@ parser.add_argument('--step', default=256, type=int)
parser.add_argument('--overlap', default=2, type=int)
parser.add_argument('--scale', default=4, 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():