Qin Su
2018-12-07 16:17:12 UTC
Add more description in demo with camera input & reduced test loop count.
Signed-off-by: Qin Su <***@ti.com>
---
tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html | 3 +++
tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh | 2 +-
tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html b/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
index db0c2bb..6bfe303 100644
--- a/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
+++ b/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
@@ -3,3 +3,6 @@
<p>This application demonstrates Deep Learning Imagenet classification (1000 classes) with MobileNet network topology based on Arm NN SDK.</p>
<p>Single Arm core is used with live camera input (at 640x480 resolution).</p>
<p>Exit demo by doing right-click on image window.</p>
+<p>
+<span style="color:red">NOTE: Please make sure Camera card is connected to the main processor board. </span>
+</p>
diff --git a/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh b/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh
index 68007f3..bd1749f 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 999900
+./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
diff --git a/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh b/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh
index 8b996ff..e42c9d6 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 999900
+./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
Signed-off-by: Qin Su <***@ti.com>
---
tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html | 3 +++
tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh | 2 +-
tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html b/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
index db0c2bb..6bfe303 100644
--- a/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
+++ b/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
@@ -3,3 +3,6 @@
<p>This application demonstrates Deep Learning Imagenet classification (1000 classes) with MobileNet network topology based on Arm NN SDK.</p>
<p>Single Arm core is used with live camera input (at 640x480 resolution).</p>
<p>Exit demo by doing right-click on image window.</p>
+<p>
+<span style="color:red">NOTE: Please make sure Camera card is connected to the main processor board. </span>
+</p>
diff --git a/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh b/tidl_apps/armnn_demo_livecam/runArmnnLiveCam.sh
index 68007f3..bd1749f 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 999900
+./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
diff --git a/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh b/tidl_apps/armnn_demo_staticimg/runArmnnStaticImg.sh
index 8b996ff..e42c9d6 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 999900
+./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
--
1.9.1
1.9.1