summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-18 13:11:39 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-18 13:11:39 +0200
commit6e13e93c81369507f089b753c72e4aba7be3a58b (patch)
tree8cf1147379518f652dc4cb54bd458077bb1a3034 /test.py
parente933365c810e83a98f09882c40cc780c9613ea39 (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 2263122..09ae7dc 100644
--- a/test.py
+++ b/test.py
@@ -31,6 +31,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)
print(ims)
+ print dataset.name()
if dataset.name() == 'RecursiveImageDataset':
# dataset.append(ims)
print(ims)