https://github.com/superbock/hamr2014
hack done during HAMR@ISMIR 2014
https://github.com/superbock/hamr2014
Last synced: 2 months ago
JSON representation
hack done during HAMR@ISMIR 2014
- Host: GitHub
- URL: https://github.com/superbock/hamr2014
- Owner: superbock
- License: bsd-2-clause
- Created: 2014-10-26T08:35:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T07:33:47.000Z (over 10 years ago)
- Last Synced: 2025-02-15T02:29:26.604Z (4 months ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HAMR2014
========Quick and dirty hack done during HAMR@ISMIR 2014 for conduction tracking of
motion features loaded from a file using the bar pointer model [1] and a DBN
with fitted GMMs as in [2].References:
[1] N. Whiteley, A. T. Cemgil, and S. Godsill.
Bayesian modelling of temporal structure in musical audio.
In Proceedings of the 7th International Conference on Music Information
Retrieval (ISMIR 2006), pages 29–34, Victoria, BC, Canada, October 2006.[2] F. Krebs, S. Böck, and G. Widmer.
Rhythmic pattern modeling for beat and downbeat tracking in musical audio.
In Proceedings of the 14th International Society for Music Information
Retrieval Conference (ISMIR 2013), pages 227–232, Curitiba, Brazil,
November 2013.Run python `setup.py build_ext --inplace` to build the `dbn` module.
Required packages:
- python 2.7
- cython
- numpy
- scipy
- gccRun `export CC=gcc` to switch to gcc if you get OpenMP related errors.