浏览代码

Update detect.py (#2167)

Without this cv2.imshow opens a window but nothing is visible
5.0
ab-101 GitHub 3 年前
父节点
当前提交
c32b0aff76
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      detect.py

+ 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:

正在加载...
取消
保存