Update detect.py (#2167)

Without this cv2.imshow opens a window but nothing is visible
This commit is contained in:
ab-101 2021-02-09 12:13:40 +05:00 committed by GitHub
parent a5359f6c32
commit c32b0aff76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ def detect(save_img=False):
# Stream results # Stream results
if view_img: if view_img:
cv2.imshow(str(p), im0) cv2.imshow(str(p), im0)
cv2.waitKey(1) # 1 millisecond
# Save results (image with detections) # Save results (image with detections)
if save_img: if save_img: