Signed-off-by: Djordje Senicic <[email protected]>
---
 .../desc_tidl_demo_staticimg_dsponly.html                        | 6 ++++++
 .../tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh      | 4 ++++
 .../tidl_demo_staticimg_dsponly.desktop                          | 9 +++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 
tidl_apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html
 create mode 100644 
tidl_apps/tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh
 create mode 100644 
tidl_apps/tidl_demo_staticimg_dsponly/tidl_demo_staticimg_dsponly.desktop

diff --git 
a/tidl_apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html 
b/tidl_apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html
new file mode 100644
index 0000000..18856f3
--- /dev/null
+++ 
b/tidl_apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html
@@ -0,0 +1,6 @@
+<h1>TIDL Demo with Classification of Common Objects</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 live common objects.</p>
+<p>Exit demo by doing right-click on image window</p>
+
diff --git a/tidl_apps/tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh 
b/tidl_apps/tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh
new file mode 100644
index 0000000..d49c289
--- /dev/null
+++ b/tidl_apps/tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh
@@ -0,0 +1,4 @@
+cd /usr/share/ti/tidl/examples/classification
+
+./tidl_classification -g 1 -d 2 -e 0 -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_dsponly/tidl_demo_staticimg_dsponly.desktop 
b/tidl_apps/tidl_demo_staticimg_dsponly/tidl_demo_staticimg_dsponly.desktop
new file mode 100644
index 0000000..9dfa499
--- /dev/null
+++ b/tidl_apps/tidl_demo_staticimg_dsponly/tidl_demo_staticimg_dsponly.desktop
@@ -0,0 +1,9 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=J11v2 Real Common Objects
+Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png
+Exec=runTidlStaticImg_dsponly.sh
+Type=Application
+ProgramType=gui
+Categories=tidl
+X-Matrix-Description=/usr/share/matrix-gui-2.0/apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html
-- 
1.9.1

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

Reply via email to