summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-18 13:12:04 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-18 13:12:04 +0200
commit12593ede2ae0362c783c0ae341cd85997f5fb4ad (patch)
tree6b4ba68865ac5b64e59c877d032e7ce2cf774783 /test.py
parent6e13e93c81369507f089b753c72e4aba7be3a58b (diff)
k
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.py b/test.py
index 09ae7dc..78d0c98 100644
--- a/test.py
+++ b/test.py
@@ -30,8 +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)
- print dataset.name()
+ print(dataset.name())
if dataset.name() == 'RecursiveImageDataset':
# dataset.append(ims)
print(ims)