소스 검색
Update detect.py (#2167)
Without this cv2.imshow opens a window but nothing is visible
5.0
ab-101
GitHub
3 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
detect.py
|
|
@@ -118,6 +118,7 @@ def detect(save_img=False): |
|
|
|
# Stream results |
|
|
|
if view_img: |
|
|
|
cv2.imshow(str(p), im0) |
|
|
|
cv2.waitKey(1) # 1 millisecond |
|
|
|
|
|
|
|
# Save results (image with detections) |
|
|
|
if save_img: |