Signed-off-by: Djordje Senicic <[email protected]> --- tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html | 6 ++++++ tidl_apps/tidl_demo_segment/runTidlSegment.sh | 5 +++++ tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html create mode 100644 tidl_apps/tidl_demo_segment/runTidlSegment.sh create mode 100644 tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop
diff --git a/tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html b/tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html new file mode 100644 index 0000000..e1a23b0 --- /dev/null +++ b/tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html @@ -0,0 +1,6 @@ +<h1>TIDL Demo with Image Segmentation using 5 classes (CityScapes), 2xEVE+0xDSP</h1> +<h2>Purpose:</h2> +<p>This application demonstrates Deep Learning image semantic segmentation based on CityScape dataset, based on JSeg21 network topology.</p> +<p>There are 5 classes recognized: road, pedestrian, road sign, vehicle and the background.</p> +<p>Both EVE cores are used for processing (frame-based pipeline), using pre-recorded clip.</p> +<p>This is AM5749 demo only!</p> diff --git a/tidl_apps/tidl_demo_segment/runTidlSegment.sh b/tidl_apps/tidl_demo_segment/runTidlSegment.sh new file mode 100644 index 0000000..d83f03d --- /dev/null +++ b/tidl_apps/tidl_demo_segment/runTidlSegment.sh @@ -0,0 +1,5 @@ +cd /usr/share/ti/tidl/examples/segmentation +if cat /proc/device-tree/model | grep "AM574" +then + ./segmentation -i ./clips/traffic_pixabay_298.mp4 -f 2000 -w 720 +fi diff --git a/tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop b/tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop new file mode 100644 index 0000000..85c1fe7 --- /dev/null +++ b/tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=(AM5749 only!) JSeg21 image segmentation using pre-recorded clip (0xDSP+2xEVE) +Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png +Exec=runTidlSegment.sh +Type=Application +ProgramType=gui +Categories=tidl +X-Matrix-Description=/usr/share/matrix-gui-2.0/apps/tidl_demo_segment/desc_tidl_demo_segment.html -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
