Update examples/plot_pr_curves.py
Browse files
examples/plot_pr_curves.py
CHANGED
|
@@ -10,7 +10,7 @@ import scipy.io.wavfile as Wavfile
|
|
| 10 |
import matplotlib.pyplot as plt
|
| 11 |
from sklearn.metrics import confusion_matrix
|
| 12 |
|
| 13 |
-
os.system('git clone https://github.com/snakers4/silero-vad.git') # Clone the silero-vad repo, using Silero V5
|
| 14 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "./silero-vad/src")))
|
| 15 |
from silero_vad.utils_vad import VADIterator, init_jit_model
|
| 16 |
|
|
|
|
| 10 |
import matplotlib.pyplot as plt
|
| 11 |
from sklearn.metrics import confusion_matrix
|
| 12 |
|
| 13 |
+
os.system('git clone https://github.com/snakers4/silero-vad.git && cd silero-vad && git checkout bbf22a00640614309d60aba5467189b48c7c6ecc && cd ..') # Clone the silero-vad repo, using Silero V5
|
| 14 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "./silero-vad/src")))
|
| 15 |
from silero_vad.utils_vad import VADIterator, init_jit_model
|
| 16 |
|