From 9dc30021312434569fa519894601a413f63e27ec Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 18 Aug 2022 01:08:52 +0200 Subject: [PATCH] Add glob quotes to detect.py usage example (#9007) Signed-off-by: Glenn Jocher Signed-off-by: Glenn Jocher --- detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect.py b/detect.py index c699a749a09f..dd60b87ca33a 100644 --- a/detect.py +++ b/detect.py @@ -7,7 +7,7 @@ img.jpg # image vid.mp4 # video path/ # directory - path/*.jpg # glob + 'path/*.jpg' # glob 'https://youtu.be/Zgi9g1ksQHc' # YouTube 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream