Skip to content

Commit 5460d89

Browse files
authored
demos: update example (#3852)
1 parent 78201d4 commit 5460d89

File tree

4 files changed

+5
-3
lines changed
  • demos
    • sound_classification_demo/python
    • speech_recognition_deepspeech_demo/python
    • speech_recognition_quartznet_demo/python
    • speech_recognition_wav2vec_demo/python

4 files changed

+5
-3
lines changed

demos/sound_classification_demo/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ You can use the following command to do inference on GPU with a pre-trained soun
6767
python3 sound_classification_demo.py -i <path_to_wav>/input_audio.wav -m <path_to_model>/aclnet.xml -d GPU --sample_rate 16000
6868
```
6969

70+
An example audio file can be taken from https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav.
71+
7072
## Demo Output
7173

7274
The demo uses console to display the predictions. It shows classification of each clip and total prediction of whole audio.

demos/speech_recognition_deepspeech_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To run in *simulated real-time mode* add command-line option `--realtime`.
128128
> **NOTE**: Only 16-bit, 16 kHz, mono-channel WAVE audio files are supported.
129129
130130
Optional (but highly recommended) language model files, `deepspeech-0.8.2-models.kenlm` or `lm.binary` are part of corresponding model downloaded content and will be located in the Model Downloader output folder after model downloading and conversion.
131-
An example audio file can be taken from OpenVINO [test data](https://storage.openvinotoolkit.org/data/test_data/) folder.
131+
An example audio file can be taken from https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav.
132132

133133
## Demo Output
134134

demos/speech_recognition_quartznet_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ python3 speech_recognition_quartznet_demo.py -m quartznet-15x5-en.xml -i audio.w
5757

5858
> **NOTE**: Only 16-bit, 16 kHz, mono-channel WAVE audio files are supported.
5959
60-
An example audio file can be taken from OpenVINO [test data](https://storage.openvinotoolkit.org/data/test_data/) folder.
60+
An example audio file can be taken from https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav.
6161

6262
## Demo Output
6363

demos/speech_recognition_wav2vec_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python3 speech_recognition_wav2vec_demo.py -m wav2vec2-base.xml -i audio.wav
5858

5959
> **NOTE**: Only 16-bit, 16 kHz, mono-channel WAVE audio files are supported.
6060
61-
An example audio file can be taken from OpenVINO [test data](https://storage.openvinotoolkit.org/data/test_data/) folder.
61+
An example audio file can be taken from https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav.
6262

6363
## Demo Output
6464

0 commit comments

Comments
 (0)