summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-18 13:06:04 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-18 13:06:04 +0200
commite933365c810e83a98f09882c40cc780c9613ea39 (patch)
tree7ced50d50a9221199f77d0ff530cd1d6dacabf3d /test.py
parent5459b3fb7e4eeb2f507937bea42372cfc1975f41 (diff)
k
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 6a38fcf..2263122 100644
--- a/test.py
+++ b/test.py
@@ -30,6 +30,7 @@ if __name__ == '__main__':
img_path = model.get_image_paths()
print('%04d: process image... %s' % (i, img_path))
ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio)
+ print(ims)
if dataset.name() == 'RecursiveImageDataset':
# dataset.append(ims)
print(ims)