瀏覽代碼
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 |
|
|
|
|