Natalia Tomashenko
Natalia Tomashenko
Thank you @980202006. This file `spk2gender` is incomplete, the total number of speakers in `LibriTTS\train-other-500` is 1160, while your file contains only 411 speakers. The bug happens because speaker 392...
@minhduc0711 proposed a solution to fix this issue: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/commit/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e So, you can similarly modify the first line in your `env.sh` file.
The missing files in `.../baseline/exp/models/2_xvect_extr/exp/xvector_nnet_1a/anon/xvectors_libri_dev_trials_f/pseudo_xvecs/` ``` - spk2gender - pseudo_xvector.scp - pseudo_xvector.ark ``` should be created here: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/anon/gen_pseudo_xvecs.py#L140 Did you successfully complete all the previous stages? (I think your code...
The directory `ppg_train-clean-360-asv` containes BN features for `LibriSpeech train-clean-360` extracted by `1_asr_am`: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/run.sh#L96 https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/main_anonymization_train_data.sh#L59 https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/anon/anonymize_data_dir.sh#L107