FAKEBOB-adversarial-attack / FAKEBOB

Source code for paper "Who is real Bob? Adversarial Attacks on Speaker Recognition Systems" (IEEE S&P 2021)
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'ivector-plda-scoring' #19

Closed jk299 closed 2 years ago

jk299 commented 2 years ago

I followed the Manual installation and in the step-7, when running build_spk_models.py, I met FileNotFoundError. I'm not sure where's the command 'ivector-plda-scoring'.

GolferChen commented 2 years ago

So weird. Several older issues also reported the same problem, but I have tested the manual installation from scratch on a new machine and found everything working properly.

What is your shell type? Could you run echo $0 and which ivector-plda-scoring and provide the output capture?

jk299 commented 2 years ago

Thanks for you reply. I have solved this problem, which caused by failing to install the kaldi. In the kaldi/src/INSTALL, the jobs was set too many for my laptop, causing failed compilation.

FAKEBOB-adversarial-attack commented 2 years ago

Thanks for you reply. I have solved this problem, which caused by failing to install the kaldi. In the kaldi/src/INSTALL, the jobs was set too many for my laptop, causing failed compilation.

Happy to hear this. Issued Closed.