Skip to content

Commit

Permalink
Add glob quotes to detect.py usage example (ultralytics#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 and Clay Januhowski committed Sep 8, 2022
1 parent c18a7b6 commit 9dc3002
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 9dc3002

Please sign in to comment.