Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanMunawar authored Jan 10, 2023
1 parent aface30 commit 21a5cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install ultralytics==8.0.0
python yolo\v8\detect\detect_and_trk.py model=yolov8s.pt source="test.mp4" show=True
#imagefile
python yolo\v8\detect\detect_and_trk.py model=yolov8m.pt source="yolo\data\datasets\images\bus.jpg" model=yolov8m.pt
python yolo\v8\detect\detect_and_trk.py model=yolov8m.pt source="path to image" model=yolov8m.pt
#Webcam
python yolo\v8\detect\detect_and_trk.py model=yolov8m.pt source=0 model=yolov8m.pt show=True
Expand Down

0 comments on commit 21a5cf9

Please sign in to comment.