Skip to content

Commit 55dc1da

Browse files
authored
Update plot_pr_curves.py
1 parent 7be040e commit 55dc1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/plot_pr_curves.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from sklearn.metrics import confusion_matrix
1212

1313
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')
1415
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "./silero-vad/src")))
1516
from silero_vad.utils_vad import VADIterator, init_jit_model
1617

0 commit comments

Comments
 (0)