From 09d0f7d1783d24845b8052861438ce3f5e618fc5 Mon Sep 17 00:00:00 2001 From: David Escalona Date: Wed, 18 Sep 2024 10:43:50 +0200 Subject: [PATCH] connectcore-demo-example: update NPU demos links for CCMP25 https://onedigi.atlassian.net/browse/CCS-10 Signed-off-by: David Escalona --- connectcore-demo-example/static/assets/npu_demos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/connectcore-demo-example/static/assets/npu_demos.json b/connectcore-demo-example/static/assets/npu_demos.json index 144a3d2..05a5627 100644 --- a/connectcore-demo-example/static/assets/npu_demos.json +++ b/connectcore-demo-example/static/assets/npu_demos.json @@ -8,7 +8,7 @@ "compatible_platforms": [ { "platform": "ccmp255-dvk", - "launch_script": "/etc/demos/scripts/npu_pose_estimation.sh" + "launch_script": "/etc/demos/scripts/launch_npu_demo_pose_estimation.sh" } ] }, @@ -20,7 +20,7 @@ "compatible_platforms": [ { "platform": "ccmp255-dvk", - "launch_script": "/etc/demos/scripts/npu_object_detection.sh" + "launch_script": "/etc/demos/scripts/launch_npu_demo_object_detection.sh" }, { "platform": "ccimx93-dvk", @@ -36,7 +36,7 @@ "compatible_platforms": [ { "platform": "ccmp255-dvk", - "launch_script": "/etc/demos/scripts/npu_image_classification.sh" + "launch_script": "/etc/demos/scripts/launch_npu_demo_image_classification.sh" } ] }, @@ -48,7 +48,7 @@ "compatible_platforms": [ { "platform": "ccmp255-dvk", - "launch_script": "/etc/demos/scripts/npu_semantic_segmentation.sh" + "launch_script": "/etc/demos/scripts/launch_npu_demo_semantic_segmentation.sh" } ] },