python-pesq icon indicating copy to clipboard operation
python-pesq copied to clipboard

The PESQ score is nan

Open BilalDendani opened this issue 6 years ago • 3 comments

Hi everyone. I am asking about the meaning of nan PESQ score. After some successful compute of PESQ score for my speech samples I got the following error for the residual samples

anaconda3/lib/python3.6/site-packages/pypesq-1.0-py3.6-linux-x86_64.egg/pypesq/init.py:16: RuntimeWarning: invalid value encountered in true_divide deg = 0.999*deg/np.max(np.abs(deg)) Thank you.

BilalDendani avatar Aug 30 '19 15:08 BilalDendani

please confirm the deg or ref signal is not an all-zero array.

vBaiCai avatar Sep 05 '19 11:09 vBaiCai

hello everyone. I am asking about the ImportError: No module named pesq_core. I can't find the module, can you tell me where I can get the module. Thanks.

WangQian0107 avatar Oct 23 '19 16:10 WangQian0107

I too see a nan PESQ score. My audio is 3 seconds at 16k (48000 sample points), confirmed non-zero.

radkoff avatar Feb 22 '21 19:02 radkoff