From e03f1af5dcbe7f448cc63456ece6302590c38387 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 20 Apr 2021 11:50:37 +0100 Subject: MLECO-1871: Rename samples with clearer names Signed-off-by: Isabella Gottardi Change-Id: I926c6c138b32dc658cd195737a63eac327964284 --- docs/use_cases/asr.md | 10 +++++----- docs/use_cases/kws.md | 10 +++++----- docs/use_cases/kws_asr.md | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/use_cases') diff --git a/docs/use_cases/asr.md b/docs/use_cases/asr.md index 6ae1fc1..9da2603 100644 --- a/docs/use_cases/asr.md +++ b/docs/use_cases/asr.md @@ -459,11 +459,11 @@ Choice: 5. “List” menu option prints a list of pair audio clip indexes - the original filenames embedded in the application: ```log - INFO - List of Files: - INFO - 0 => anotherdoor.wav - INFO - 1 => anotherengineer.wav - INFO - 2 => itellyou.wav - INFO - 3 => testingroutine.wav + [INFO] List of Files: + [INFO] 0 => another_door.wav + [INFO] 1 => another_engineer.wav + [INFO] 2 => i_tell_you.wav + [INFO] 3 => testing_routine.wav ``` ### Running Automatic Speech Recognition diff --git a/docs/use_cases/kws.md b/docs/use_cases/kws.md index 0147e96..10b4662 100644 --- a/docs/use_cases/kws.md +++ b/docs/use_cases/kws.md @@ -421,11 +421,11 @@ Choice: application: ```log - INFO - List of Files: - INFO - 0 => down.wav - INFO - 1 => rightleftup.wav - INFO - 2 => yes.wav - INFO - 3 => yesnogostop.wav + [INFO] List of Files: + [INFO] 0 => down.wav + [INFO] 1 => right_left_up.wav + [INFO] 2 => yes.wav + [INFO] 3 => yes_no_go_stop.wav ``` ### Running Keyword Spotting diff --git a/docs/use_cases/kws_asr.md b/docs/use_cases/kws_asr.md index 55989c7..950d576 100644 --- a/docs/use_cases/kws_asr.md +++ b/docs/use_cases/kws_asr.md @@ -519,8 +519,8 @@ Choice: 5. “List” menu option prints a list of pair ... indexes - the original filenames embedded in the application: ```log - INFO - List of Files: - INFO - 0 => yesnogostop.wav + [INFO] List of Files: + [INFO] 0 => yes_no_go_stop.wav ``` ### Running Keyword Spotting and Automatic Speech Recognition @@ -531,7 +531,7 @@ The following example illustrates application output: ```log INFO - KWS audio data window size 16000 -INFO - Running KWS inference on audio clip 0 => yesnogostop.wav +INFO - Running KWS inference on audio clip 0 => yes_no_go_stop.wav INFO - Inference 1/7 INFO - For timestamp: 0.000000 (inference #: 0); threshold: 0.900000 INFO - label @ 0: yes, score: 0.996094 @@ -559,7 +559,7 @@ INFO - NPU total cycles: 28910172 It could take several minutes to complete one inference run (average time is 2-3 minutes). -Using the input “yesnogostop.wav”, the log shows inference results for the KWS operation first, detecting the +Using the input “yes_no_go_stop.wav”, the log shows inference results for the KWS operation first, detecting the trigger word “yes“ with the stated probability score (in this case 0.99). After this, the ASR inference is run, printing the words recognized from the input sample. -- cgit v1.2.1