summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 12:27:52 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 12:27:52 +0200
commit197d14eb4506ff479db669305d4dcc1552341f01 (patch)
treef819df3b2c4cc4ccf7984ba9bc3d1db89c7041f4 /test.py
parent8567322192210912ba232779a150adafc29b29aa (diff)
expand
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index 8c761f4..ac39793 100644
--- a/test.py
+++ b/test.py
@@ -46,6 +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()
im = visuals['fake_B']
save_path = render_dir + "frame_{:05d}.png".format(i+1)
im = imresize(im, (248, 248), interp='bicubic')