From a0f8b15d4ddb5075f380003ff31b271d389d3b66 Mon Sep 17 00:00:00 2001 From: James Conroy Date: Tue, 21 Jun 2022 11:31:47 +0000 Subject: Revert "IVGCVSW-6873 Import inputs but don't export outputs fails." This reverts commit 03bf98a8bc51ad20eef4b9ca5fbf6ce15e063721. Reason for revert: Caused failures in tests located in internal repo. Change-Id: If35cb0ede349b270e4e7827324382e09455d8cfa --- samples/ObjectDetection/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples') diff --git a/samples/ObjectDetection/Readme.md b/samples/ObjectDetection/Readme.md index bd84e26001..194a3e918d 100644 --- a/samples/ObjectDetection/Readme.md +++ b/samples/ObjectDetection/Readme.md @@ -253,8 +253,8 @@ From the build directory, copy the following to the host platform: The full list of libs after cross-compilation to copy on your board: ``` libarmnn.so -libarmnn.so.30 -libarmnn.so.30.0 +libarmnn.so.29 +libarmnn.so.29.0 For Arm NN public C++ API mode: libarmnnTfLiteParser.so libarmnnTfLiteParser.so.24.4 -- cgit v1.2.1