Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

evaluation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Evaluation

The evaluation scripts are based on external tools (the VoicePrivacy Challenge 2022, SpeechBrain, ESPnet) but have been modified to fit into this framework and include the proposed improvements.

Privacy

ASV

All scripts regarding the ASV training in privacy/asv/asv_train, including parts of privacy/asv/asv.py, are based on the VoxCeleb recipe by SpeechBrain and adapted for LibriSpeech and this framework.

The additional metrics in privacy/asv/metrics are based on scripts in the framework for the VoicePrivacy Challenge 2022. They were included from other sources, i.e.,

Utility

ASR

The ASR scripts in utility/asr are all based on the LibriSpeech ASR1 recipe by ESPnet. Some scripts were copied from that source verbatim because they are not part of the ESPnet Python library.

Voice Distinctiveness

The scripts for computing Gain of Voice Distinctiveness (GVD) in utility/voice_distinctiveness are based on the computation of similarity matrices in the VoicePrivacy Challenge 2022.

This documentation is still under construction and will be extended soon.