summaryrefslogtreecommitdiff
path: root/augment.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-13 19:50:22 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-13 19:50:22 +0200
commit4e9dd6aec7aa75129c09e66812f2de578741011f (patch)
treec3b79c97009a7ab24148b80cc141abeec1a3942b /augment.py
parent48d8d7af96cd54fc008427acfc6921f202c72a5b (diff)
no_symlinkS
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 1b81aef..6741f04 100755
--- a/augment.py
+++ b/augment.py
@@ -157,7 +157,7 @@ for m in range(data_opt.augment_take):
image_pil.save(tmp_path)
os.rename(tmp_path, next_path)
- if data_opt.no_symlink:
+ if data_opt.no_symlinks:
continue
frame_A = os.path.join("./datasets/", data_opt.sequence_name, "train_A", "recur_{}_{:05d}_{:05d}.png".format(epoch_id, m, index+1))