diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:47:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:47:40 +0200 |
| commit | a93d524ea8428c0515e9abe227ba70d2793e170e (patch) | |
| tree | 705252142a4e1f08f272a322f793881549f7007a /test.py | |
| parent | e4a5e85b6c62a3e112563440a0c93b885ec5f350 (diff) | |
expand
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +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()) + # print(visuals.keys()) im = visuals['fake_B'] save_path = render_dir + "frame_{:05d}_tmp.png".format(i+1) final_path = render_dir + "frame_{:05d}.png".format(i+1) |
