medleydb
medleydb copied to clipboard
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...
There doesn't seem to be an easy (documented) way to get a list of the tracks without calling `load_all_multitracks`, which is expensive. There is a `TRACK_LIST` array in the package,...
Two points: - `mtrack.stem_activations` is a list of lists, but the docs say it's an `ndarray` - The shape does not line up to the number of stems; it's off...
- [x] melody annotation generator script - [ ] Instrument Activation script
Track objects corresponding to stems could report activation percentage.
Add the mix duration to the top level of the metadata files to make it possible to work with the annotations without the audio.
After discussing with @lostanlen, it makes sense to have `has_bleed` annotations at the stem level. Open questions - do we leave the multitrack level `has_bleed` annotations, and if so, what...
Even though `pip` can be used with GitHub it would be neat to have the Python tools available on PyPI for easier installation with `conda` for example.
How to get the annotations of medleydb2.0 dataset?
Where I could find audio for Bach10* files? I expected it's in V2, but it is not.