View the Project on GitHub danmackinlay/mosaicing_omp_ismir_2019
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}
}