We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddbeb1 commit 22a3bcdCopy full SHA for 22a3bcd
examples/plot_pr_curves.py
@@ -10,8 +10,7 @@
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
-os.system('git checkout bbf22a00640614309d60aba5467189b48c7c6ecc')
+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
15
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "./silero-vad/src")))
16
from silero_vad.utils_vad import VADIterator, init_jit_model
17
0 commit comments