From 0f3018124f06d0da2c44caec64a315ee4c65d647 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 21 Feb 2019 23:23:03 +0100 Subject: [PATCH] updates --- detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect.py b/detect.py index 2c34939b..aad9ab51 100644 --- a/detect.py +++ b/detect.py @@ -98,7 +98,7 @@ def detect( cv2.imwrite(save_path, im0) if webcam: # Show live webcam - cv2.imshow(weights + ' - %.2f FPS' % (1 / dt), im0) + cv2.imshow(weights, im0) if save_images and (platform == 'darwin'): # linux/macos os.system('open ' + output + ' ' + save_path)