Could bss_eval return min and max as well?
See original GitHub issueFirst of all, love this package! 💃
Curious if bss_eval
could return the minimum and maximum SDR, SIR, SAR as well as the average? I realize its based on Emmanuel Vincent’s method but variance seems important in many cases. Lets say average SIR over a song is 10 dB. Roughly speaking, it could be the case that the chorus with lots of harmonic and percussive elements is easy to separate while the verse with, lets say less instrumentation, is harder to separate. Obviously one could pre-segment the signal but I figured asking doesn’t hurt.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (12 by maintainers)
Top Results From Across the Web
Implement more separation metrics · Issue #68 · craffel/mir_eval
Could bss_eval return min and max as well? ... The bss eval metrics in mir_eval are somewhat baroque (to maintain compatibility with the ......
Read more >Is this function to simultaneously retrieve min and max values ...
When you are using min() or max() , then each of those will have to iterate over the iterable once. They do that...
Read more >Source code for museval.metrics - SigSep
coding: utf-8 -*- """BSS Eval toolbox, version 4 (Based on mir_eval.separation) Source separation algorithms attempt to extract recordings of individual ...
Read more >Create a Signal which Is Max or Min of Multiple Signals
The easiest method is by using the max() or min() functions in the Formula Tool, which are available beginning in Seeq release R21.0.40.05....
Read more >BSS Eval or Peass? Predicting the Perception of Singing ...
Find, read and cite all the research you need on ResearchGate. ... Each participant's per-trial ratings were min-max scaled such.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@craffel @carlthome see here. This is what will be used for the upcoming SISEC.
thanks so much @faroit for handling all this python evaluation voodoo magic ! the upcoming dsd100 package he’s been preparing for a while makes it very practical to test separation stuff in python indeed !
concerning everything being solved, we’re not quite exactly there yet, but yeah, the community has been very active and it’s a pleasure to see things working quite well now =D