summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-18 13:39:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-18 13:39:13 +0200
commitf43e17d69c7121ff658dcca4aecf22d7a10c94f0 (patch)
tree77b5f3b4c18915c4bb82ec6edce7082ce1bcf558 /test.py
parent615785cf3ee1c8e8c6c0a6c9a9fdbe121b277644 (diff)
k
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 53a1d4b..ad42b2d 100644
--- a/test.py
+++ b/test.py
@@ -32,7 +32,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(dataset.name())
- if dataset.name() == 'RecursiveImageDataset':
+ if dataset.name() == 'RecursiveDatasetDataLoader':
# dataset.append(ims)
print(ims)