All of lore.kernel.org
 help / color / mirror / Atom feed
* [matrix-gui-v2-apps][PATCHv2 1/2] [tidl] Fix config paths for dog breeds classification demo; fix subset class filename
@ 2019-03-14 13:44 Djordje Senicic
  2019-03-14 13:44 ` [matrix-gui-v2-apps][PATCHv2 2/2] [tidl] Fix camera name for object detection live demogit Djordje Senicic
  0 siblings, 1 reply; 2+ messages in thread
From: Djordje Senicic @ 2019-03-14 13:44 UTC (permalink / raw)
  To: meta-arago; +Cc: Djordje Senicic

Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
 tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh b/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh
index 7896417..20bc008 100644
--- a/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh
+++ b/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh
@@ -2,7 +2,7 @@ cd /usr/share/ti/tidl/examples/classification
 
 if cat /proc/device-tree/model | grep "AM574"
 then
-  ./tidl_classification -g 2 -d 1 -e 2 -l ./toydogs/toydogsnet.txt -s ./toydogs/toydogclasses.txt -i ./clips/toydogs_854x480.mp4 -c ./stream_config_j11_toydogs.txt
+  ./tidl_classification -g 2 -d 1 -e 2 -l ./toydogsnet.txt -s ./toydogsclasses.txt -i ./clips/toydogs_854x480.mp4 -c ./stream_config_toydogs.txt
 else
   numdsp=2
   if cat /proc/device-tree/model | grep "AM571"
@@ -10,5 +10,5 @@ else
     numdsp=1
   fi
   echo "NUMDSPs is $numdsp"
-  ./tidl_classification -g 1 -d $numdsp -e 0 -l ./toydogs/toydogsnet.txt -s ./toydogs/toydogclasses.txt -i ./clips/toydogs_854x480.mp4 -c ./stream_config_j11_toydogs.txt
+  ./tidl_classification -g 1 -d $numdsp -e 0 -l ./toydogsnet.txt -s ./toydogsclasses.txt -i ./clips/toydogs_854x480.mp4 -c ./stream_config_toydogs.txt
 fi
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [matrix-gui-v2-apps][PATCHv2 2/2] [tidl] Fix camera name for object detection live demogit
  2019-03-14 13:44 [matrix-gui-v2-apps][PATCHv2 1/2] [tidl] Fix config paths for dog breeds classification demo; fix subset class filename Djordje Senicic
@ 2019-03-14 13:44 ` Djordje Senicic
  0 siblings, 0 replies; 2+ messages in thread
From: Djordje Senicic @ 2019-03-14 13:44 UTC (permalink / raw)
  To: meta-arago; +Cc: Djordje Senicic

Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
 tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh b/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh
index e163542..88ee369 100644
--- a/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh
+++ b/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh
@@ -1,6 +1,6 @@
 cd /usr/share/ti/tidl/examples/ssd_multibox
 if cat /proc/device-tree/model | grep "AM574"
 then
-  ./ssd_multibox -p 40 -d 1 -e 2 -f 1000 -i 1
+  ./ssd_multibox -p 40 -d 1 -e 2 -f 1000 -i camera1
 fi
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-14 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 13:44 [matrix-gui-v2-apps][PATCHv2 1/2] [tidl] Fix config paths for dog breeds classification demo; fix subset class filename Djordje Senicic
2019-03-14 13:44 ` [matrix-gui-v2-apps][PATCHv2 2/2] [tidl] Fix camera name for object detection live demogit Djordje Senicic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.