diff options
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,5 +30,7 @@ if __name__ == '__main__': img_path = model.get_image_paths() print('%04d: process image... %s' % (i, img_path)) visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) + if dataset.name() == 'RecursiveImageDataset': + dataset.append() webpage.save() |
