Remove unused code ()

* Add files via upload

* Add files via upload
pull/1852/head
Rohan Dubey 2021-01-05 02:34:13 +05:30 committed by GitHub
parent 9f5a18bb80
commit 7dddb1d928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -117,8 +117,6 @@ def detect(save_img=False):
# Stream results
if view_img:
cv2.imshow(str(p), im0)
if cv2.waitKey(1) == ord('q'): # q to quit
raise StopIteration
# Save results (image with detections)
if save_img: