From 3535c401bb44d2c616707df219020eba834b9f9f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 26 Apr 2019 12:14:35 +0200 Subject: [PATCH] updates --- detect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/detect.py b/detect.py index 86682329..6d89ab82 100644 --- a/detect.py +++ b/detect.py @@ -111,6 +111,7 @@ def detect( if save_images and platform == 'darwin': # macos os.system('open ' + output + ' ' + save_path) + print('Results saved to %s' % os.getcwd() + os.sep + output) if __name__ == '__main__':