diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-18 21:24:45 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-18 21:24:45 +0100 |
| commit | e99f88b04c7513d8a8eb5d0967135198a797c468 (patch) | |
| tree | 1cb322d76329750f5bc467e0c5582176c3e6ec91 | |
| parent | 5858cd95450b80f9a7c59b2c3098f1b6e7453ba7 (diff) | |
comment
| -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 4e83fd4..ee879a3 100644 --- a/crop_frames.py +++ b/crop_frames.py @@ -70,7 +70,7 @@ def merge_dir(): heights = [] for crop_dir in crop_dirs: x, y, w, h = split_crop_dir(crop_dir) - print("{} {} {} {}".format(x, y, w, h)) + # print("{} {} {} {}".format(x, y, w, h)) if x not in widths: overlap = args.overlap if x == 0: |
