diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:15:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:15:11 +0200 |
| commit | 1dbd83b3d9fb2b0e213ddb21cbe2f376cbefcd9b (patch) | |
| tree | 538bb893fa920f24baca1086c0f89e6d4ed98399 /recursive.py | |
| parent | 07cce27bc2b321b3e4893b60ff85bf6bde22006a (diff) | |
args
Diffstat (limited to 'recursive.py')
| -rw-r--r-- | recursive.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recursive.py b/recursive.py index d262ec9..73184dd 100644 --- a/recursive.py +++ b/recursive.py @@ -12,7 +12,8 @@ from util import html import torch from run_engine import run_trt_engine, run_onnx import datetime -from pil import Image +from PIL import Image, ImageOps +from shutil import copyfile, rmtree opt = TestOptions().parse(save=False) data_opt = DatasetOptions().parse(opt.unknown) |
