Signed-off-by: Djordje Senicic <[email protected]>
---
.../tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html | 7 +++++++
tidl_apps/tidl_demo_staticimg_lg2/runTidlStaticImg_lg2.sh | 5 +++++
.../tidl_demo_staticimg_lg2/tidl_demo_staticimg_lg2.desktop | 9 +++++++++
3 files changed, 21 insertions(+)
create mode 100644
tidl_apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
create mode 100755 tidl_apps/tidl_demo_staticimg_lg2/runTidlStaticImg_lg2.sh
create mode 100644
tidl_apps/tidl_demo_staticimg_lg2/tidl_demo_staticimg_lg2.desktop
diff --git
a/tidl_apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
b/tidl_apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
new file mode 100644
index 0000000..1d40d85
--- /dev/null
+++ b/tidl_apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
@@ -0,0 +1,7 @@
+<h1>TIDL Demo with Classification of Common Objects, with Two Layers Groups,
2xEVE+1xDSP</h1>
+<h2>Purpose:</h2>
+<p>This application demonstrates Deep Learning Imagenet classification (1000
classes) based on J11 network topology.</p>
+<p>Both EVE cores and one DSP core are used for processing (frame-based
pipeline), of pre-recorded clip with common objects.</p>
+<p>Clip is created from static images. Last 3 layers are executed on DSP,
forming layers group 2. </p>
+<p>Exit demo by doing right-click on image window</p>
+
diff --git a/tidl_apps/tidl_demo_staticimg_lg2/runTidlStaticImg_lg2.sh
b/tidl_apps/tidl_demo_staticimg_lg2/runTidlStaticImg_lg2.sh
new file mode 100755
index 0000000..197c218
--- /dev/null
+++ b/tidl_apps/tidl_demo_staticimg_lg2/runTidlStaticImg_lg2.sh
@@ -0,0 +1,5 @@
+cd /usr/share/ti/tidl/examples/classification
+
+./tidl_classification -g 2 -d 1 -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_lg2/tidl_demo_staticimg_lg2.desktop
b/tidl_apps/tidl_demo_staticimg_lg2/tidl_demo_staticimg_lg2.desktop
new file mode 100644
index 0000000..aa07fc3
--- /dev/null
+++ b/tidl_apps/tidl_demo_staticimg_lg2/tidl_demo_staticimg_lg2.desktop
@@ -0,0 +1,9 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=J11v2 Static Image
+Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png
+Exec=runTidlStaticImg_lg2.sh
+Type=Application
+ProgramType=gui
+Categories=tidl
+X-Matrix-Description=/usr/share/matrix-gui-2.0/apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
--
1.9.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago