-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add all annotation generation helper scripts #25
Comments
I ported the instrument activation script and will commit soon.
|
Yes - I think it'd be ideal to test against the existing annotations. I did something similar for the melody annotations here. One caveat - the activations for multitracks with
Completely machine generated. One day they should probably be user corrected, or at least verified... |
👍 roger that |
Working on it now. It would be helpful to have working branch aka where tests do not fail. Could you fix the medleydb_v1.2 branch? Currently I am getting ImportErrors:
|
@rabitt do you need help fixing the v.1.2 branch so that it passes travis? |
Yes sorry about this! Will fix it today. On Tuesday, September 27, 2016, Fabian-Robert Stöter <
|
@faroit It looks like the tests are fine - there was just a "pending check" from Review Ninja which I'm disabling. Am I missing something? |
runs fine now here on my machine as well... was a problem with Anyway, now I don't have the dataset with me, but will add a WIP tomorrow |
another questions: For now I use |
I'm not so opposed to adding dependencies. I guess my preference would be to either keep it as is, adding the two dependencies, or alternatively to create a separate module entirely for generating automatic annotations on a multitrack. |
uh, another questions: to test the activations I need to read the wav files
|
|
oops, I always tend to forget that librosa has a wav reader. Sure I can use this instead.
I don't like adding unnecessary binary files to repositories. The sample set is more than 400 MB, so I would download it on demand for purpose of unit testing. You are probably not short on bandwidth at NYU, right? ;-) By the way: |
things are getting more concrete in #49 now |
The text was updated successfully, but these errors were encountered: