diff options
Diffstat (limited to 'test-mogrify.py')
| -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) |
