소스 검색

PosixPath to str webcam bug fix (#1437)

5.0
Glenn Jocher GitHub 4 년 전
부모
커밋
bd29a1c946
No known key found for this signature in database GPG Key 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


Loading…
취소
저장