summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
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 89feae9..fc0f1bb 100644
--- a/test.py
+++ b/test.py
@@ -27,7 +27,7 @@ for i, data in enumerate(dataset):
model.test()
visuals = model.get_current_visuals()
img_path = model.get_image_paths()
- print('process image... %s' % img_path)
+ print('%04d: process image... %s' % (i, img_path))
visualizer.save_images(webpage, visuals, img_path)
webpage.save()