* The model is also updated to mobilenet v2 (mobilenet_v2_1.0_224.tflite)

Signed-off-by: Hongmei Gou <[email protected]>
---
 tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh     | 2 +-
 tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh 
b/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh
index bd1749f..247427e 100644
--- a/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh
+++ b/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh
@@ -1,3 +1,3 @@
 cd /usr/bin
 
-./ArmnnExamples -f tensorflow-binary -i input -s '1 224 224 3' -o 
MobilenetV1/Predictions/Reshape_1 -d 
/usr/share/arm/armnn/testvecs/camera_live_input -m 
/usr/share/arm/armnn/models/mobilenet_v1_1.0_224_frozen.pb -c CpuAcc 
--number_frame 999
+./ArmnnExamples -f tflite-binary -i input -s '1 224 224 3' -o 
MobilenetV2/Predictions/Reshape_1 -d 
/usr/share/arm/armnn/testvecs/camera_live_input -m 
/usr/share/arm/armnn/models/mobilenet_v2_1.0_224.tflite -c CpuAcc 
--number_frame 999
diff --git a/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh 
b/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh
index e42c9d6..298fe93 100644
--- a/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh
+++ b/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh
@@ -1,3 +1,3 @@
 cd /usr/bin
 
-./ArmnnExamples -f tensorflow-binary -i input -s '1 224 224 3' -o 
MobilenetV1/Predictions/Reshape_1 -d /usr/share/arm/armnn/testvecs/test2.mp4 -m 
/usr/share/arm/armnn/models/mobilenet_v1_1.0_224_frozen.pb -c CpuAcc 
--number_frame 999
+./ArmnnExamples -f tflite-binary -i input -s '1 224 224 3' -o 
MobilenetV2/Predictions/Reshape_1 -d /usr/share/arm/armnn/testvecs/test2.mp4 -m 
/usr/share/arm/armnn/models/mobilenet_v2_1.0_224.tflite -c CpuAcc 
--number_frame 999
-- 
2.17.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to