浏览代码
PosixPath to str webcam bug fix (#1437)
5.0
Glenn Jocher
GitHub
4 年前
找不到此签名对应的密钥
GPG 密钥 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 |
|
|
|
|