diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:14:33 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:14:33 +0200 |
| commit | 07cce27bc2b321b3e4893b60ff85bf6bde22006a (patch) | |
| tree | f3e022ab548527665dbd8517d03fe65519b3b345 /recursive.py | |
| parent | 2cc089727d265bfe84ff23bd251a4c8781fc8531 (diff) | |
args
Diffstat (limited to 'recursive.py')
| -rw-r--r-- | recursive.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recursive.py b/recursive.py index f037875..d262ec9 100644 --- a/recursive.py +++ b/recursive.py @@ -11,6 +11,8 @@ from util.visualizer import Visualizer from util import html import torch from run_engine import run_trt_engine, run_onnx +import datetime +from pil import Image opt = TestOptions().parse(save=False) data_opt = DatasetOptions().parse(opt.unknown) |
