Sfoglia il codice sorgente

PosixPath to str webcam bug fix (#1437)

5.0
Glenn Jocher GitHub 4 anni fa
parent
commit
bd29a1c946
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      detect.py

+ 1
- 1
detect.py Vedi File

@@ -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…
Annulla
Salva