From f99068a5f5139db51f26f54d5cbcf7d6c06d7a0e Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 6 Nov 2024 08:42:26 +0000 Subject: [PATCH 1/2] IMX500: Add note about --no-input-persistency command line argument. --- .../asciidoc/accessories/ai-camera/model-conversion.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc b/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc index f6cd7e76b..141868fea 100644 --- a/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc +++ b/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc @@ -77,6 +77,8 @@ $ imxconv-pt -i -o Both commands create an output folder that contains a memory usage report and a `packerOut.zip` file. +For optimal use of the memory available to the accelerator on the IMX500 sensor, add `--no-input-persistency` to the above commands. However, this will disable the input tensor being generated and returned to the application for debugging purposes. + For more information on the model conversion process, see the official https://developer.aitrios.sony-semicon.com/en/raspberrypi-ai-camera/documentation/imx500-converter[Sony IMX500 Converter documentation]. === Packaging From ae7a8d7a48debc582a7d9062a0dcfb1a5b044b30 Mon Sep 17 00:00:00 2001 From: nate contino Date: Thu, 7 Nov 2024 15:16:14 +0000 Subject: [PATCH 2/2] Update documentation/asciidoc/accessories/ai-camera/model-conversion.adoc --- .../asciidoc/accessories/ai-camera/model-conversion.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc b/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc index 141868fea..e04ad522a 100644 --- a/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc +++ b/documentation/asciidoc/accessories/ai-camera/model-conversion.adoc @@ -77,7 +77,7 @@ $ imxconv-pt -i -o Both commands create an output folder that contains a memory usage report and a `packerOut.zip` file. -For optimal use of the memory available to the accelerator on the IMX500 sensor, add `--no-input-persistency` to the above commands. However, this will disable the input tensor being generated and returned to the application for debugging purposes. +For optimal use of the memory available to the accelerator on the IMX500 sensor, add `--no-input-persistency` to the above commands. However, this will disable input tensor generation and return to the application for debugging purposes. For more information on the model conversion process, see the official https://developer.aitrios.sony-semicon.com/en/raspberrypi-ai-camera/documentation/imx500-converter[Sony IMX500 Converter documentation].