diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:27:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:27:52 +0200 |
| commit | 197d14eb4506ff479db669305d4dcc1552341f01 (patch) | |
| tree | f819df3b2c4cc4ccf7984ba9bc3d1db89c7041f4 /test.py | |
| parent | 8567322192210912ba232779a150adafc29b29aa (diff) | |
expand
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,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) if dataset.name() == 'RecursiveDatasetDataLoader': + print visuals.keys() im = visuals['fake_B'] save_path = render_dir + "frame_{:05d}.png".format(i+1) im = imresize(im, (248, 248), interp='bicubic') |
