craffel / mir_eval

Evaluation functions for music/audio information retrieval/signal processing algorithms.
MIT License
588 stars 109 forks source link

structural segmentation #321

Closed surajsonee closed 4 years ago

surajsonee commented 4 years ago

Do i get the structural segmentation of music like intro, chorus, verse, bridge and outro?

Thanks!

craffel commented 4 years ago

This package evaluates structural segmentation algorithms, it does not compute a structural segmentation of a given song. For that you might want to try MSAF https://github.com/urinieto/msaf

urinieto commented 4 years ago

MSAF provides structural segmentation, but the segment labels that it yields are not functional (i.e., they're not semantically meaningful like chorus, verse, etc)

surajsonee commented 4 years ago

okay no problem! but which section of code i can try in MSAF to get the structual segmenation. now labelling is not important for me. Thanks

urinieto commented 4 years ago

This notebook should be pretty self explanatory: https://github.com/urinieto/msaf/blob/master/examples/Run%20MSAF.ipynb