marl, updated 🕥 2022-01-22 18:42:39

medleydb

Annotations and Python tools for MedleyDB. Read the Docs here.

Documentation Status GitHub license PyPI

Build Status Coverage Status

Maintained by Rachel Bittner rachel (dot) bittner (at) nyu (dot) edu.

This code is released along with MedleyDB and is a component of the work presented in the following publications:

R. Bittner, J. Salamon, M. Tierney, M. Mauch, C. Cannam and J. P. Bello, "MedleyDB: A Multitrack Dataset for Annotation-Intensive MIR Research", in 15th International Society for Music Information Retrieval Conference, Taipei, Taiwan, Oct. 2014.

R. Bittner, J. Wilkins, H. Yip and J. P. Bello, "MedleyDB 2.0: New Data and a System for Sustainable Data Collection", in Proceedings of the 17th International Society for Music Information Retrieval Conference Late Breaking and Demo Papers, New York City, USA, Aug. 2016.

See Also

MedleyDeBugger

MedleyDB Manager

Annotations

As of v1.2, this repository contains the most up to date version of the medleydb annotations. If you find any problems with an annotation, or would like to contribute annotations, please report an issue submit a pull request. :)

Setup

First clone this repository:

bash git clone https://github.com/marl/medleydb.git

Install the package

bash cd medleydb pip install .

Next, set the environment variable MEDLEYDB_PATH to the local path where the MedleyDB directory (or MedleyDB_sample) lives:

bash export MEDLEYDB_PATH="path/to/your/copy/of/MedleyDB"

To avoid doing this step every time, copy the line above to ~/.bash_profile or ~/.bashrc.

Dependencies

If you use homebrew, you can install sox by doing:

bash brew install sox # install the binary pip install sox # install the python package

Known Issues

Known issues with the Audio and Metadata can be found here.

Issues

How to get the annotations of medleydb2.0 dataset?

opened on 2022-10-10 02:37:19 by TangLei4248

How to get the annotations of medleydb2.0 dataset?

Some tracks have wrong title information in the metadata file

opened on 2022-07-22 19:24:16 by felixCheungcheung

Tabla Breakbeat Science - WhoIsIt in branch medleydb_v2, Phoenix_ScotchMorris_METADATA in branch medleydb_v1.2, medleydb_v2 and master

How to get the raw audio data in wav format

opened on 2021-09-06 07:00:43 by Dream-High

I want to get the raw audio data in wav format, but I dont know how to do that.

Access to the EXTRA dataset audio

opened on 2020-04-08 14:59:38 by nystromer

I noticed that there is plenty more songs in the EXTRA dataset. I also noticed that there is a download script pointing to a private Google Drive. Is it possible to gain access to this extra data?

Fix YAMLLoadWarning

opened on 2019-09-09 08:55:47 by diggerdu

91

add notes-to-f0 notebook

opened on 2019-03-04 23:08:21 by rabitt None

Releases

Version Controlled Annotations Release 2016-01-14 00:15:03

All annotations and metadata from the initial release are now version controlled. Several annotation file name errors have been corrected.

The code has been restructured to rely primarily on the version controlled metadata, rather than the audio from the full dataset.

Stable code from original MeldeyDB release 2015-11-11 16:28:11

This works on MedleyDB's original file structure.

Music and Audio Research Laboratory - NYU
GitHub Repository Homepage