summaryrefslogtreecommitdiff
path: root/augment.py
diff options
context:
space:
mode:
Diffstat (limited to 'augment.py')
-rwxr-xr-xaugment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/augment.py b/augment.py
index 43ef6a3..cb66f8d 100755
--- a/augment.py
+++ b/augment.py
@@ -102,7 +102,7 @@ print("Got sequence {}, {} images".format(data_opt.sequence_name, len(sequence))
if data_opt.no_symlinks:
_len = len(sequence) - data_opt.augment_make - 2
else:
- _len = len(sequence)
+ _len = len(sequence) - data_opt.augment_make - 2
if _len <= 0:
print("Got empty sequence...")