Hey there,
thanks for your great and super useful work of yours!
I just stumbled upon a small problem, that is related to the windowing question in #10, where I'd like to use your package as a replacement to museval.
When evaluting using fast_bss_eval.bss_eval_sources(ref,est) and museval.evaluate(ref,est), we achieve different values for the SDR.
After some checking, I found that the main problem is the bsseval_sources_version parameter, which is set to False for museval.evaluate, but produces the exactly same results as fast_bss_eval.bss_eval_sources, if set to True.
My question is: Is there some kind of parameter or any suggestion how to change the output of fast_bss_eval accordingly, such that the results are somewhat similar?
Thanks in advance!
Hey there,
thanks for your great and super useful work of yours!
I just stumbled upon a small problem, that is related to the windowing question in #10, where I'd like to use your package as a replacement to
museval.When evaluting using
fast_bss_eval.bss_eval_sources(ref,est)andmuseval.evaluate(ref,est), we achieve different values for the SDR.After some checking, I found that the main problem is the
bsseval_sources_versionparameter, which is set toFalseformuseval.evaluate, but produces the exactly same results asfast_bss_eval.bss_eval_sources, if set toTrue.My question is: Is there some kind of parameter or any suggestion how to change the output of
fast_bss_evalaccordingly, such that the results are somewhat similar?Thanks in advance!