Skip to content

Commit 862eefc

Browse files
Fix model conversion steps a tiny bit
1 parent 5cb5ea3 commit 862eefc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ The Model Compression Toolkit generates a quantised model in the following forma
3131
* Keras (TensorFlow)
3232
* ONNX (PyTorch)
3333

34-
3534
=== Conversion
3635

37-
To convert a model, first install the converter tools.
38-
36+
To convert a model, first install the converter tools:
3937

4038
[tabs%sync]
4139
======
@@ -96,7 +94,7 @@ To package the model into an RPK file, run the following command:
9694

9795
[source,console]
9896
----
99-
imx500-package.sh -i <path to packerOut.zip> -o <output folder>
97+
$ imx500-package.sh -i <path to packerOut.zip> -o <output folder>
10098
----
10199

102100
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)