浏览代码

PosixPath to str webcam bug fix (#1437)

5.0
Glenn Jocher GitHub 4 年前
父节点
当前提交
bd29a1c946
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      detect.py

+ 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


正在加载...
取消
保存