Fix typo in example readme (#9306)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Eric Hanson 2024-03-27 20:52:18 +01:00 committed by GitHub
parent 978a3ca61c
commit d4072f76b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ yolo export model=yolov8s-seg.pt imgsz=640 format=onnx opset=12 simplify
Perform inference with the exported ONNX model on your images.
```bash
python main.py --model-path <MODEL_PATH> --source <IMAGE_PATH>
python main.py --model <MODEL_PATH> --source <IMAGE_PATH>
```
### Example Output