diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:15:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:15:51 +0200 |
| commit | 02d5ae34546123271091b0ff6444373f8a8d4e60 (patch) | |
| tree | 9b10e582451770a2cbf01ebaf33d53483c06433e | |
| parent | f56d0b413e3d1610f7f307559a34272c26938224 (diff) | |
testy
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 4acabe1..7a1dfdd 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -87,6 +87,8 @@ if __name__ == '__main__': if data_opt.canny is True: img = cv2.Canny(img, data_opt.canny_lo, data_opt.canny_hi) + return img + load_first_frame() data_loader = CreateRecursiveDataLoader(opt) |
