Skip to content

Commit 5a9fefd

Browse files
authored
Merge pull request #106 from Burton2000/main
MLECO-3633: Adding sample audio and image data used in examples
2 parents a385517 + 5efec14 commit 5a9fefd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

cmsis-pack-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bounding boxes for each detection.
4949

5050
### Keyword spotting
5151

52-
This example can detect up to twelve keywords in the input audio stream. The audio file used
52+
This example can detect up to twelve keywords in the input audio stream. The [audio file used](./resources/sample_audio.wav)
5353
contains the keyword "down" being spoken.
5454

5555
More details about the input for this example can be found [here](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/heads/main/docs/use_cases/kws.md#preprocessing-and-feature-extraction).
@@ -202,7 +202,7 @@ The output is different for the two example applications:
202202

203203
## Licenses
204204

205-
The application samples are provided under the Apache 2.0 license, see [License](./LICENSE).
205+
The application samples and [resources](./resources) are provided under the Apache 2.0 license, see [License](./LICENSE).
206206

207207
Application input data sample files (audio or image files) and the neural network model files have
208208
been converted into C/C++ type arrays and are distributed under Apache 2.0 license. The models have
@@ -212,4 +212,4 @@ into C/C++ arrays to be baked into the example applications.
212212
| Example | Licence | Provenance |
213213
|---------------|---------|---------|
214214
| Keyword Spotting | Apache 2.0 | [micronet_medium](https://github.com/ARM-software/ML-zoo/raw/9f506fe52b39df545f0e6c5ff9223f671bc5ae00/models/keyword_spotting/micronet_medium/tflite_int8/) |
215-
| Object Detection | Apache 2.0 | [object_detection](https://github.com/emza-vs/ModelZoo/blob/v1.0/object_detection/) |
215+
| Object Detection | Apache 2.0 | [yolo-fastest_192_face_v4](https://github.com/emza-vs/ModelZoo/blob/v1.0/object_detection/) |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# cmsis-pack-examples resources
2+
3+
* sample_image.png
4+
* sample_audio.wav
5+
6+
# Sample data
7+
8+
The sample image and audio files are provided under the Apache 2.0 license, see [License](../LICENSE).
86 KB
Binary file not shown.
74 KB
Loading

0 commit comments

Comments
 (0)