Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
url = https://github.com/ThrowTheSwitch/Unity.git
[submodule "ml_embedded_evaluation_kit"]
path = components/ai/ml_embedded_evaluation_kit/library
url = https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git
url = https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git
[submodule "speexdsp"]
path = components/ai/speexdsp/library
url = https://gitlab.xiph.org/xiph/speexdsp.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ This is provided to the build system by setting the path to the JSON file with t

For more information about the ML Embedded Evaluation Kit, see the [ML Embedded Evaluation Kit documentation].

[Build options]: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/sections/building.md#build-options
[Build options]: https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/sections/building.md#build-options
[SetupMlEmbeddedEvaluationKitLibraries.cmake]: ../../../../components/ai/ml_embedded_evaluation_kit/integration/cmake/SetupMlEmbeddedEvaluationKitLibraries.cmake
[ML Embedded Evaluation Kit documentation]: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/documentation.md
[ML Embedded Evaluation Kit documentation]: https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/documentation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#----------------------------------------------------------------------------
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.08/source/use_case/asr/usecase.cmake
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/asr/usecase.cmake

set(ASR_LABELS_TXT_FILE
${ml_embedded_evaluation_kit_SOURCE_DIR}/resources/asr/labels/labels_wav2letter.txt)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#----------------------------------------------------------------------------
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.08/source/use_case/kws/usecase.cmake
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/kws/usecase.cmake

set(KWS_LABELS_TXT_FILE
${ml_embedded_evaluation_kit_SOURCE_DIR}/resources/kws/labels/micronet_kws_labels.txt)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#----------------------------------------------------------------------------
# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <[email protected]>
# SPDX-FileCopyrightText: Copyright 2021-2025 Arm Limited and/or its affiliates <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#----------------------------------------------------------------------------
# This file is based on https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/tags/23.11/source/use_case/object_detection/usecase.cmake
# This file is based on https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/23.08/source/use_case/object_detection/usecase.cmake

set(OBJECT_DETECTION_IMAGE_SIZE 192)
set(OBJECT_DETECTION_ANCHOR_1 "{38, 77, 47, 97, 61, 126}")
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies:
version: "ddb3ffdbcfc6f66dc3906e84158f235824536b4a"
repository:
type: "git"
url: "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git"
url: "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
path: "components/ai/ml_embedded_evaluation_kit/library"
- name: "speexdsp"
license: "BSD-3-Clause"
Expand Down
3 changes: 3 additions & 0 deletions release_changes/202503181254.change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run-script: Fix conflicts with DISPLAY system wide variable.
mlek: Switch to public GitLab repo
setuptools: Update to latest version
6 changes: 5 additions & 1 deletion tools/ci/pipeline-baseline-fri.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2024 Arm Limited and/or its affiliates
# Copyright 2021-2025 Arm Limited and/or its affiliates
# <[email protected]>
# SPDX-License-Identifier: MIT

Expand Down Expand Up @@ -44,6 +44,10 @@ pre-commit:
- .base-job-rules
stage: quality-check
script:
- python3 -m venv venv
- source venv/bin/activate
- pip install --upgrade pip setuptools
- pip install PyYAML click typing
- pip install tools/ci -t $PWD
- apt-get update -y
- apt-get install fd-find -y
Expand Down
20 changes: 10 additions & 10 deletions tools/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ NPU_ID=""
FVP_BIN="FVP_Corstone_SSE-320"
FRAMES=""
OPTIONS=""
DISPLAY=true
DISPLAY_OPTIONS=""
HDLCD_GUI=false
HDLCD_GUI_OPTIONS=""

set -e

Expand All @@ -33,15 +33,15 @@ Options:
-n,--npu-id NPU ID to use (U55, U65)
-f,--frames Path to camera frames for the ISP to stream
-d,--debug Path to debugger plugin to start FVP
-D,--display Is display (GUI) available
-G,--gui Is HDLCD GUI enabled

Examples:
blinky, keyword-detection, speech-recognition, object-detection
EOF
}

SHORT=t:,n:,s:,h,p:,f:,d:,D:
LONG=target:,npu-id:,audio:,help,path:,frames:,debug:,display:
SHORT=t:,n:,s:,h,p:,f:,d:,G:
LONG=target:,npu-id:,audio:,help,path:,frames:,debug:,gui:
OPTS=$(getopt -n run --options $SHORT --longoptions $LONG -- "$@")

eval set -- "$OPTS"
Expand Down Expand Up @@ -81,8 +81,8 @@ do
fi
shift 2
;;
-D | --display )
DISPLAY=$2
-G | --gui )
HDLCD_GUI=$2
shift 2
;;
--)
Expand Down Expand Up @@ -185,8 +185,8 @@ if [ -f "$GDB_PLUGIN" ]; then
OPTIONS="--allow-debug-plugin --plugin $GDB_PLUGIN"
fi

if [ "$DISPLAY" = false ]; then
DISPLAY_OPTIONS="-C vis_hdlcd.disable_visualisation=1"
if [ "$HDLCD_GUI" = false ]; then
HDLCD_GUI_OPTIONS="-C vis_hdlcd.disable_visualisation=1"
fi

case "$TARGET" in
Expand All @@ -203,7 +203,7 @@ case "$TARGET" in
-C mps3_board.DISABLE_GATING=1"
;;
corstone315 | corstone320 )
OPTIONS="$OPTIONS $DISPLAY_OPTIONS \
OPTIONS="$OPTIONS $HDLCD_GUI_OPTIONS \
-C mps4_board.visualisation.disable-visualisation=1 \
-C core_clk.mul=200000000 \
-C mps4_board.smsc_91c111.enabled=1 \
Expand Down
Loading