summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-08 11:25:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-08 11:25:15 +0200
commit4c0e69685e2945c2317a296d21874d87b4678285 (patch)
treed5ed23e50a7f20caa4c3abf2077b0463e776893d
parentbef06e64e62ff6e11447a614d99f85f2b9d6b250 (diff)
fix
-rw-r--r--live-mogrify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/live-mogrify.py b/live-mogrify.py
index 9a27127..e26df3e 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -162,7 +162,7 @@ def load_frame(opt, index):
print("path doesn't exist: {}".format(A_path))
return None
A_img = Image.open(A_path).convert('RGB')
- A = self.transform(A_img)
+ # A = self.transform(A_img)
# if self.opt.which_direction == 'BtoA':
# input_nc = self.opt.output_nc
# else: