Glenn Jocher
GitHub
4 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
detect.py
|
|
@@ -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 |
|
|
|
|