Skip to content
/ msaf-gpl Public
forked from urinieto/msaf-gpl

Algorithms for MSAF published under a GPL license

License

Notifications You must be signed in to change notification settings

EQ4/msaf-gpl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/algorithms/

Finally go to the original MSAF folder and (re-)install MSAF, like this:

$> cd msaf
$> python setup.py install

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • C 10.4%
  • Python 1.4%