Signed-off-by: Djordje Senicic <[email protected]>
---
 tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html | 6 +++---
 tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh           | 3 ++-
 tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html   | 5 ++---
 tidl_apps/tidl_demo_staticimg/runTidlStaticImg.sh             | 2 +-
 tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop     | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html 
b/tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html
index abf9814..81a0a6b 100644
--- a/tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html
+++ b/tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html
@@ -1,7 +1,7 @@
-<h1>TIDL Demo with Positive and Negative Detection Examples</h1>
+<h1>TIDL Demo with Positive and Negative Detection Examples (1xDSP+1xEVE)</h1>
 <h2>Purpose:</h2>
 <p>This application demonstrates Deep Learning Imagenet classification (1000 
classes) based on J11 network topology.</p>
-<p>Both DSP cores are used for processing (frame-based pipeline), of 
pre-recorded clip with common objects.</p>
-<p>This clip includes positive and negative detection examples (i.e. objects 
that are not recognized as expected)</p>
+<p>One DSP and one EVE cores are used for processing (frame-based pipeline), 
of pre-recorded clip made from static images. </p>
+<p>This clip includes positive and negative detection examples (i.e. objects 
that are not in the list of 'expected' classes)</p>
 <p>Exit demo by doing right-click on image window</p>
 
diff --git a/tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh 
b/tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh
index 4633f20..0033fde 100644
--- a/tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh
+++ b/tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh
@@ -1,5 +1,6 @@
 cd /usr/share/ti/tidl/examples/classification
 
-./tidl_classification -n 2 -t d -l ./imagenet.txt -s ./classlist.txt -i 
./clips/test2.mp4 -c ./stream_config_j11_v2.txt & pid=$!
+./tidl_classification -g 2 -d 1 -e 1 -l ./imagenet.txt -s ./classlist.txt -i 
./clips/test2.mp4 -c ./stream_config_j11_v2.txt & pid=$!
+
 { sleep 90; kill $pid; }
 
diff --git a/tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html 
b/tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html
index 679c9b8..1861837 100644
--- a/tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html
+++ b/tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html
@@ -1,7 +1,6 @@
-<h1>TIDL Demo with Static Image Sequence</h1>
+<h1>TIDL Demo with Classification of Common Objects, 2xEVE+2xDSP</h1>
 <h2>Purpose:</h2>
 <p>This application demonstrates Deep Learning Imagenet classification (1000 
classes) based on J11 network topology.</p>
-<p>Both DSP cores are used for processing (frame-based pipeline), of 
pre-recorded clip with common objects.</p>
-<p>Clip is created from static images </p>
+<p>Both EVE and both DSP cores are used for processing (frame-based pipeline), 
of pre-recorded clip with live common objects.</p>
 <p>Exit demo by doing right-click on image window</p>
 
diff --git a/tidl_apps/tidl_demo_staticimg/runTidlStaticImg.sh 
b/tidl_apps/tidl_demo_staticimg/runTidlStaticImg.sh
index 12f80a5..30ece7a 100644
--- a/tidl_apps/tidl_demo_staticimg/runTidlStaticImg.sh
+++ b/tidl_apps/tidl_demo_staticimg/runTidlStaticImg.sh
@@ -1,4 +1,4 @@
 cd /usr/share/ti/tidl/examples/classification
 
-./tidl_classification -n 2 -t d -l ./imagenet.txt -s ./classlist.txt -i 
./clips/test1.mp4 -c ./stream_config_j11_v2.txt & pid=$!
+./tidl_classification -g 1 -d 2 -e 2 -l ./imagenet.txt -s ./classlist.txt -i 
./clips/test10.mp4 -c ./stream_config_j11_v2.txt & pid=$!
 { sleep 90; kill $pid; }
diff --git a/tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop 
b/tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop
index 1d91173..47324fa 100644
--- a/tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop
+++ b/tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop
@@ -1,6 +1,6 @@
 #!/usr/bin/env xdg-open
 [Desktop Entry]
-Name=J11v2 Static Image
+Name=J11v2 Real Common Objects
 Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png
 Exec=runTidlStaticImg.sh
 Type=Application
-- 
1.9.1

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

Reply via email to