From d4072f76b23092b749d6284e577672d5465ed5c4 Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:52:18 +0100 Subject: [PATCH] Fix typo in example readme (#9306) Co-authored-by: Glenn Jocher --- examples/YOLOv8-Segmentation-ONNXRuntime-Python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/YOLOv8-Segmentation-ONNXRuntime-Python/README.md b/examples/YOLOv8-Segmentation-ONNXRuntime-Python/README.md index 9327f1fa..b647700c 100644 --- a/examples/YOLOv8-Segmentation-ONNXRuntime-Python/README.md +++ b/examples/YOLOv8-Segmentation-ONNXRuntime-Python/README.md @@ -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 --source +python main.py --model --source ``` ### Example Output