Ver código fonte

PosixPath to str webcam bug fix (#1437)

5.0
Glenn Jocher GitHub 4 anos atrás
pai
commit
bd29a1c946
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      detect.py

+ 1
- 1
detect.py Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar