Update README.md

This commit is contained in:
Bartmoss 2023-02-04 17:13:57 +01:00 committed by GitHub
parent a5fb83143f
commit 59da66890c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <my_dir>`
2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir <my_dir> --model <my_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 <desired integer number of cores>`
To run the script: `python benchmark_efficiency.py --ncores <desired integer number of cores>`