diff --git a/detect.py b/detect.py index 97eccd48..b9eb3d85 100644 --- a/detect.py +++ b/detect.py @@ -156,7 +156,7 @@ def detect(save_img=False): if save_txt or save_img: print('Results saved to %s' % os.getcwd() + os.sep + out) if platform == 'darwin': # MacOS - os.system('open ' + out + ' ' + save_path) + os.system('open ' + save_path) print('Done. (%.3fs)' % (time.time() - t0))