-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you get the initial mean SDR on LibriSpeech using Google's test list? #20
Comments
Hi, @weedwind Considering the followings, I think the experimental result (1.5dB, which turned out to be far worser than Google’s) is not really wrong:
Shall we leave this issue open, since this is somewhat critical issue? Thanks a lot! |
TL; DR: (to the title of this issue) |
Hi, @seungwonpark Thank you for your reply. I mean the SDR before applying the voice filter, not after. In Table 4 of their paper, this is the mean SDR in the first row, which is 10.1 dB. But I only got 1.5 dB. I used the same bss_eval python function as you did, just feed the function with the clean target utterance and the mixed utterance to compute the SDR before applying the voice filter. Do you have a clue why this SDR is so low? |
Oh, looks like I had misunderstood your question. Sorry for that. |
I noticed that your code used the first 3 sec and threw away the rest. I did not use fixed length. I used the entire length of the target clean signal, and truncate or zero pad the interference signal to the same length. Then I computed the SDR. Did you ever compute the mean SDR for your test set? |
Hi, I read your generator again. In your code, both w1 and w2 need to be at least 3 sec long. Then, you take the first 3 sec from them and add. So the resulting target utterance is fully interfered by the other utterance. Since they have the same volume, the SDR should be nearly 0 dB in this case. Why did you get a median SDR of 1.9 dB? |
Not yet.
Actually the value 1.9dB was not calculated from all datasets -- it was from a single dataset. I should fix the table in README accordingly. |
@weedwind I'm getting the same results as you (1.5dB SDR over the google LibriSpeech test list), have you managed to solve this problem? |
Hi, seungwonpark,
I was trying to use Google's posted test list for LibriSpeech to reproduce their results. But I can not even get their initial mean SDR (10.1 dB in their paper). I got only 1.5 dB. I am wondering have you tried their list and got around 10.1 dB for mean SDR before applying voice filter?
Thank you so much.
The text was updated successfully, but these errors were encountered: