danmackinlay / mosaicing_omp_ismir_2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocorrelation mosaicing via OMP

The autocorrelation mosaicing code!

This is included as a small gesture towards basic reproducibility and can indeed reproduce the results of the paper. I am rewriting it to be faster, because, well, it's too slow right now.

Install it by running

pip install -r requirements.txt
pip install -e .
jupyter notebook render_examples.ipynb

Persistent links:

You can cite this using BibTeX. (download).

@inproceedings{MacKinlayMosaic2019,
  address = {Delft},
  author = {MacKinlay, Daniel},
  booktitle = {Proceedings of {ISMIRd}},
  language = {en},
  pages = {5},
  title = {Mosaic {Style Transfer} Using {Sparse Autocorrelograms}},
  year = {2019}
}
<script type="text/javascript"> var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '57847ffcc88d9002a400fd75'); t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif'); t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); </script>

About

License:Other


Languages

Language:Python 79.7%Language:Jupyter Notebook 20.1%Language:TeX 0.2%