Add glob quotes to detect.py usage example (#9007)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2022-08-18 01:08:52 +02:00 committed by GitHub
parent 6728dad76d
commit e08d568d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Usage - sources:
img.jpg # image img.jpg # image
vid.mp4 # video vid.mp4 # video
path/ # directory path/ # directory
path/*.jpg # glob 'path/*.jpg' # glob
'https://youtu.be/Zgi9g1ksQHc' # YouTube 'https://youtu.be/Zgi9g1ksQHc' # YouTube
'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream