Threaded inference docs improvements (#16313)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
617d58d430
commit
7b19e0daa0
5 changed files with 70 additions and 95 deletions
|
|
@ -44,8 +44,8 @@ Harness `detect.py` for versatile inference on various sources. It automatically
|
|||
|
||||
```bash
|
||||
python detect.py --weights yolov5s.pt --source 0 # webcam
|
||||
img.jpg # image
|
||||
vid.mp4 # video
|
||||
image.jpg # image
|
||||
video.mp4 # video
|
||||
screen # screenshot
|
||||
path/ # directory
|
||||
list.txt # list of images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue