segan_pytorch
segan_pytorch copied to clipboard
pesqmain not found! Please add it your PATH
where is pesqmain source code?
I solve it
How did you solve?
Hi, could you tell me how to solve it?
I solve it
how did you get the pesqmain,i have a script but the pesq score is different with the score in paper,can you provide the pesqmain script
You can directly use the pesq module
check: https://pypi.org/project/pesq/
modify the function def PESQ(ref_wav, deg_wav):
to return pesq(16000,ref_wav,deg_wav,'wb')