RookieJunChen / dns_mos_calculate

Code for calculate DNS_MOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Code to calculate DNS_MOS score by calling the dns_mos interface provided by Microsoft.

Usage

Online

Modify the testset_dir and score_file in the code.

Then:

python dns_mos.py

Offline

python dnsmos_local.py \
  --sig_model_path $Path_of_sig.onnx \
  --bak_ovr_model_path $Path_of_bak_ovr.onnx \
  --testset_dir $Testset_dir \
  --csv_path $Result_path \
  --run_name $NAME

About

Code for calculate DNS_MOS.


Languages

Language:Python 94.8%Language:Shell 5.2%