Skip to content
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

Converting instrument activations to segments? #56

Open
bmcfee opened this issue Dec 13, 2016 · 2 comments
Open

Converting instrument activations to segments? #56

bmcfee opened this issue Dec 13, 2016 · 2 comments

Comments

@bmcfee
Copy link
Contributor

bmcfee commented Dec 13, 2016

I re-read the medleydb paper, and it doesn't actually say how the instrument segment annotations were computed from the activation functions. Is it just threshold at 0.5 and then run-length encode samples to intervals? Or is there some smoothing involved?

@rabitt
Copy link
Contributor

rabitt commented Dec 13, 2016

Is it just threshold at 0.5 and then run-length encode samples to intervals?

Yes exactly. No smoothing.

@carlthome
Copy link

carlthome commented Feb 6, 2017

Rounding activations is often a lot worse than using some threshold on the first-order derivative (i.e. peak picking) to determine local max/min, no? Or this for example, is really good IMO (running averages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants