detect cleanup
This commit is contained in:
parent
cdb69d5929
commit
8b45360e28
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue