GitXplorerGitXplorer
l

ISMIR2018

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dc83fac01996bdf700a77537fac18f761912275e

Minor changes in READMEs

committed 7 years ago
Unverified
57bd7f8243b738e0ee4cee81a32d49b28b9d62d8

Partly commented format.py

committed 7 years ago
Unverified
0aa6758d98398a9ab9bfc1a08595828441e63d69

Include annotations and estimations as zip files

committed 7 years ago
Unverified
182fafba4d225ceb73f4d8455d756319145eeb9c

Minor changes in READMEs

committed 7 years ago
Unverified
3291e84698f1bb1361b293d672fd8117b929d894

Initial commit

committed 7 years ago

README

The README file for this repository.

Reproducibility repository

With this repository we aim to make the ISMIR 2018 paper Music detection in broadcast audio recordings: a non-binary approach with relative loudness annotations as reproducible as possible.

Getting started:

  1. Clone this repository
git clone https://github.com/BlaiMelendezCatalan/ISMIR2018.git
  1. Download audio (and optionally Lidy's features):
Object File name Description Link
Audio audio.zip Audio used to train and test the algorithms of the comparative analysis https://zenodo.org/record/1216054
Lidy's Features features.npz Features used for training in Lidy's algorithm https://zenodo.org/record/1216062
  1. Extract audio.zip, estimations.zip, annotations.zip and features.npz to the corresponding folder:
File name Extract to
audio.zip comparative_analysis/
estimations.zip comparative_analysis/
annotations.zip comparative_analysis/
features.npz comparative_analysis/algorithms/lidy/features/

NOTE: estimations.zip and annotations.zip can be found in comparative_analysis/

Feature extraction and model training and testing

  1. Follow the READMEs in the folder of each author (in comparative_analysis/algorithms/) to obtain their estimations for the testing dataset. The complete process including feature extraction, the training of the model and its testing can only be done for the Tsipas algorithm. For Lidy's and Marolt's algorithms only the testing part is available as the algorithms' code is not public. The result of the process for each author is already available in comparative_analysis/estimations/author/raw_estimations/.

Format estimations

  1. Follow the README in comparative_analysis/format_estimations/ to format the estimations of each algorithm. The result of the formatting is already available in comparative_analysis/estimations/author/formatted_estimations/

Plot results

  1. Follow the README in comparative_analysis/evaluation/ to obtain the plots in the paper.