mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
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:
parent
6728dad76d
commit
e08d568d39
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user