From 00fc95fb9dc6ba339853c1f5f658714dbe24f7a2 Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Sun, 1 Dec 2024 10:09:00 -0800 Subject: [PATCH] Fix typo in Sony IMX500 doc (#17871) Co-authored-by: Glenn Jocher --- docs/en/integrations/sony-imx500.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/integrations/sony-imx500.md b/docs/en/integrations/sony-imx500.md index 88338ebb67..5dccbc5585 100644 --- a/docs/en/integrations/sony-imx500.md +++ b/docs/en/integrations/sony-imx500.md @@ -162,7 +162,7 @@ cd examples/imx500 Step 3: Run YOLOv8 object detection, using the labels.txt file that has been generated during the IMX500 export. ```bash -python imx500_object_detection_demo.py --model --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy –labels +python imx500_object_detection_demo.py --model --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy --labels ``` Then you will be able to see live inference output as follows