diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:01:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:01:30 +0200 |
| commit | 75739d6aa4f0703c74539f00b7ca6c5d83833dfd (patch) | |
| tree | 96b7d2d6c628bb68602d8fc2104d454ddf8b597a /test.py | |
| parent | bb1a3fd6a1d0f065e79354a9d3e72756fc1f28f1 (diff) | |
wants a tuple
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ if __name__ == '__main__': if dataset.name() == 'RecursiveDatasetDataLoader': im = visuals['fake_B'] save_path = render_dir + "frame_{:05d}.png".format(i+1) - im = resize(im, 248, 248, interp='bicubic') + im = resize(im, (248, 248)) im = ImageOps.expand(im, (4,4,4,4)) util.save_image(im, save_path) webpage.save() |
