ソースを参照

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:

読み込み中…
キャンセル
保存