Update README.md
Browse files
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.
|
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
|