Skip to content

Commit 25fdecb

Browse files
Merge pull request #3904 from naushir/develop
AI camera updates:
2 parents 81ad4da + 5756076 commit 25fdecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/asciidoc/accessories/ai-camera/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Run the following script from the repository to run YOLOv8 object detection:
126126

127127
[source,console]
128128
----
129-
$ python imx500_object_detection_demo.py --model /usr/share/imx500-models/imx500_network_yolov8n_pp.rpk --ignore-dash-labels -r
129+
$ python imx500_object_detection_demo.py --model /usr/share/imx500-models/imx500_network_ssd_mobilenetv2_fpnlite_320x320_pp.rpk
130130
----
131131

132132
To try pose estimation in Picamera2, run the following script from the repository:

documentation/asciidoc/accessories/ai-camera/model-conversion.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To package the model into an RPK file, run the following command:
9494

9595
[source,console]
9696
----
97-
$ imx500-package.sh -i <path to packerOut.zip> -o <output folder>
97+
$ imx500-package -i <path to packerOut.zip> -o <output folder>
9898
----
9999

100100
This command should create a file named `network.rpk` in the output folder. You'll pass the name of this file to your IMX500 camera applications.

0 commit comments

Comments
 (0)