Skip to content

Commit 22a3bcd

Browse files
committed
fix bug
1 parent dddbeb1 commit 22a3bcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/plot_pr_curves.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
import matplotlib.pyplot as plt
1111
from sklearn.metrics import confusion_matrix
1212

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

0 commit comments

Comments
 (0)