segan_pytorch icon indicating copy to clipboard operation
segan_pytorch copied to clipboard

pesqmain not found! Please add it your PATH

Open junxigauss opened this issue 5 years ago • 5 comments

where is pesqmain source code?

junxigauss avatar Nov 07 '19 03:11 junxigauss

I solve it

junxigauss avatar Nov 07 '19 03:11 junxigauss

How did you solve?

develooper1994 avatar Mar 09 '20 16:03 develooper1994

Hi, could you tell me how to solve it?

Shayne-Ada avatar Mar 09 '20 16:03 Shayne-Ada

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

hidehowever1 avatar Jul 05 '20 03:07 hidehowever1

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')

psyreddy avatar Sep 23 '23 07:09 psyreddy