Voice-Privacy-Challenge / Voice-Privacy-Challenge-2022

Baseline Recipe for VoicePrivacy Challenge 2022: anonymization systems and evaluation software
62 stars 15 forks source link

phone_post.sco not found #21

Open fra1993 opened 2 years ago

fra1993 commented 2 years ago

Hi, I am getting the following error:

[Errno 2] No such file or directory: /exp/models/1_asr_am/exp/nnet3_cleaned/ppg_train-clean-360-asv/phone_post.scp

Could you please guide me when this file should be generated in the pipeline?

Thanks

Natalia-T commented 2 years ago

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