Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 936 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 936 Bytes

steme

Self supervised TEMpo Estimation

Source code for the paper "Tempo vs. Pitch: understanding self-supervised tempo estimation".

steme_workflow

Installation from the source

It is not possible (yet!) to install the package directly, such as pip install steme. Therefore, you need to clone the repo, and then run

pip install -e .

Cite

@inproceedings{morais2023tempovspitch,
  author={Morais, Giovana and Davies, Matthew E. P. and Queiroz, Marcelo and Fuentes, Magdalena},
  booktitle={ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, 
  title={Tempo vs. Pitch: Understanding Self-Supervised Tempo Estimation}, 
  year={2023},
  volume={},
  number={},
  pages={1-5},
  doi={10.1109/ICASSP49357.2023.10095292}}