Przeglądaj źródła

PosixPath to str webcam bug fix (#1437)

5.0
Glenn Jocher GitHub 4 lat temu
rodzic
commit
bd29a1c946
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      detect.py

+ 1
- 1
detect.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz