Skip to content

Commit

Permalink
Add glob quotes to detect.py usage example (#9007)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher authored Aug 17, 2022
1 parent 6728dad commit e08d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e08d568

Please sign in to comment.