Fix typo in Sony IMX500 doc (#17871)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17868/head^2
Lakshantha Dissanayake 3 days ago committed by GitHub
parent 6696e88a25
commit 00fc95fb9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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 <path to network.rpk> --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy labels <path to labels.txt>
python imx500_object_detection_demo.py --model <path to network.rpk> --fps 25 --bbox-normalization --ignore-dash-labels --bbox-order xy --labels <path to labels.txt>
```
Then you will be able to see live inference output as follows

Loading…
Cancel
Save