Fix typo in example readme (#9306)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
978a3ca61c
commit
d4072f76b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue