diff --git a/examples/README.md b/examples/README.md index e100c6f..391baa8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,7 +26,7 @@ pip install pyaudio scipy pip install PyAudioWPatch scipy ``` -2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir ` +2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir --model ` Note that if you have more than one microphone connected to your system, you may need to adjust the PyAudio configuration in the script to select the appropriate input device. @@ -34,4 +34,4 @@ Note that if you have more than one microphone connected to your system, you may This is a script that estimates how many openWakeWord models could be run on on the specified number of cores for the current system. Can be useful to determine if a given system has the resources required for a particular use-case. -To run the script: `python benchmark_efficiency.py --ncores ` \ No newline at end of file +To run the script: `python benchmark_efficiency.py --ncores `