Install dependicies:
conda create -n capeval python=3.9
conda activate capeval
pip install -r requirements.txt
pip install git+https://github.com/sarulab-speech/UTMOSv2.gitFor ASR, we need:
conda install ffmpegRUN:
python base_eval.pyRUN:
python mos_eval.pyRUN:
python asr_eval.pyRUN:
cd src/example/
python categorized_emotion.py
python dialect_world_dialect.pyPlease refer to Vox-profile for more evaluation tools.