Skip to content

Commit

Permalink
AI camera updates:
Browse files Browse the repository at this point in the history
- Remove Yolov8 network example
- Correct the packager command line tool invocation

Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir committed Nov 5, 2024
1 parent 227c478 commit 5756076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Run the following script from the repository to run YOLOv8 object detection:

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

To try pose estimation in Picamera2, run the following script from the repository:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To package the model into an RPK file, run the following command:

[source,console]
----
$ imx500-package.sh -i <path to packerOut.zip> -o <output folder>
$ imx500-package -i <path to packerOut.zip> -o <output folder>
----

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.
Expand Down

0 comments on commit 5756076

Please sign in to comment.