urinieto / msaf-gpl

Algorithms for MSAF published under a GPL license

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Structure Analysis Framework - GPL version

This repo is complementary to MSAF and it contains algorithms that were originally published under a GPL license.

Install

First, download the original MSAF. Then, copy setup.py into the orignal MSAF folder (overwrite the original setup.py). It might look something like this:

$> cp msaf-gpl/setup.py msaf/

Copy all the algorithms into the original MSAF:

$> cp -R msaf-gpl/algorithms/* msaf/msaf/algorithms/

Finally (re-)install MSAF, like this:

$> python setup.py install
$> pip install -e .

Boundary Algorithms

  • Constrained Clustering (Levy & Sandler 2008) (original source code from here)
  • SI-PLCA (Weiss & Bello 2011) (original source code from here)

Labeling Algorithms

  • Constrained Clustering (Levy & Sandler 2008) (original source code from here)
  • SI-PLCA (Weiss & Bello 2011) (original source code from here)

About

Algorithms for MSAF published under a GPL license

License:GNU General Public License v2.0


Languages

Language:C++ 88.2%Language:C 10.4%Language:Python 1.4%Language:Jupyter Notebook 0.0%