Merge remote-tracking branch 'origin/master'

pull/1455/head
Glenn Jocher 2020-11-18 12:27:37 +01:00
commit df0e408962
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def detect(save_img=False):
# Stream results
if view_img:
cv2.imshow(p, im0)
cv2.imshow(str(p), im0)
if cv2.waitKey(1) == ord('q'): # q to quit
raise StopIteration