From 37b633d205e4a0da8b1ed33f4bf7555cd09d48a4 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 11 Feb 2019 12:27:11 +0100 Subject: [PATCH] updates --- detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect.py b/detect.py index 4e396922..9871e6ed 100755 --- a/detect.py +++ b/detect.py @@ -81,7 +81,7 @@ def detect( if save_images: # Save generated image with detections cv2.imwrite(save_path, im0) - print(' Done. (%.3fs)' % (time.time() - t)) + print('Done. (%.3fs)' % (time.time() - t)) if platform == 'darwin': # MacOS os.system('open ' + output + '&& open ' + save_path)