Ziyi223 commited on
Commit
4970f0b
·
verified ·
1 Parent(s): 77be746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ The precision-recall curves comparing the performance of WebRTC VAD (pitch-based
22
  <img src="./examples/images/PR_Curves_TEN-VAD-TestSet.png" width="800">
23
  </div>
24
 
25
- Note that the default threshold of 0.5 is used to generate binary speech indicators (0 for non-speech signal, 1 for speech signal). This threshold needs to be tuned according to your domain-specific task. The precision-recall curve can be obtained by executing the following script on Linux x64. The output figure will be saved in the same directory as the script. Note that only PR curves of Silero VAD and TEN VAD are plotted, we did not plot the one of WebRTC VAD, which is used in the latese version of WebRTC.
26
 
27
  ```
28
  cd ./examples
 
22
  <img src="./examples/images/PR_Curves_TEN-VAD-TestSet.png" width="800">
23
  </div>
24
 
25
+ Note that the default threshold of 0.5 is used to generate binary speech indicators (0 for non-speech signal, 1 for speech signal). This threshold needs to be tuned according to your domain-specific task. The precision-recall curve can be obtained by executing the following script on Linux x64. The output figure will be saved in the same directory as the script.
26
 
27
  ```
28
  cd ./examples