summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 12:28:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 12:28:07 +0200
commit7754aff95f9702be6029239eae1559f811796216 (patch)
tree5774d289b4b118e41e1880c669e4465c05519e91 /test.py
parent197d14eb4506ff479db669305d4dcc1552341f01 (diff)
expand
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index ac39793..d41c8f2 100644
--- a/test.py
+++ b/test.py
@@ -46,7 +46,7 @@ if __name__ == '__main__':
print('%04d: process image... %s' % (i, img_path))
ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio)
if dataset.name() == 'RecursiveDatasetDataLoader':
- print visuals.keys()
+ print(visuals.keys())
im = visuals['fake_B']
save_path = render_dir + "frame_{:05d}.png".format(i+1)
im = imresize(im, (248, 248), interp='bicubic')