Fix typo in Sony IMX500 doc (#17871)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
6696e88a25
commit
00fc95fb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue