diff --git a/classify/predict.py b/classify/predict.py index a9104ed315ec..9a6b00062932 100644 --- a/classify/predict.py +++ b/classify/predict.py @@ -6,6 +6,7 @@ $ python classify/predict.py --weights yolov5s-cls.pt --source 0 # webcam img.jpg # image vid.mp4 # video + screen # screenshot path/ # directory 'path/*.jpg' # glob 'https://youtu.be/Zgi9g1ksQHc' # YouTube diff --git a/detect.py b/detect.py index 8e42fbe159d0..58b02802e6d9 100644 --- a/detect.py +++ b/detect.py @@ -6,6 +6,7 @@ $ python detect.py --weights yolov5s.pt --source 0 # webcam img.jpg # image vid.mp4 # video + screen # screenshot path/ # directory 'path/*.jpg' # glob 'https://youtu.be/Zgi9g1ksQHc' # YouTube diff --git a/segment/predict.py b/segment/predict.py index da1097c047c1..42389938cee7 100644 --- a/segment/predict.py +++ b/segment/predict.py @@ -6,6 +6,7 @@ $ python segment/predict.py --weights yolov5s-seg.pt --source 0 # webcam img.jpg # image vid.mp4 # video + screen # screenshot path/ # directory 'path/*.jpg' # glob 'https://youtu.be/Zgi9g1ksQHc' # YouTube