File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 6
6
$ python classify/predict.py --weights yolov5s-cls.pt --source 0 # webcam
7
7
img.jpg # image
8
8
vid.mp4 # video
9
+ screen # screenshot
9
10
path/ # directory
10
11
'path/*.jpg' # glob
11
12
'https://youtu.be/Zgi9g1ksQHc' # YouTube
Original file line number Diff line number Diff line change 6
6
$ python detect.py --weights yolov5s.pt --source 0 # webcam
7
7
img.jpg # image
8
8
vid.mp4 # video
9
+ screen # screenshot
9
10
path/ # directory
10
11
'path/*.jpg' # glob
11
12
'https://youtu.be/Zgi9g1ksQHc' # YouTube
Original file line number Diff line number Diff line change 6
6
$ python segment/predict.py --weights yolov5s-seg.pt --source 0 # webcam
7
7
img.jpg # image
8
8
vid.mp4 # video
9
+ screen # screenshot
9
10
path/ # directory
10
11
'path/*.jpg' # glob
11
12
'https://youtu.be/Zgi9g1ksQHc' # YouTube
You can’t perform that action at this time.
0 commit comments