An online beat tracking system based on streaming Transformer.
The source code of the paper BEAST: Online Joint Beat and Downbeat Tracking Based on Streaming Transformer, accepted by ICASSP 2024.
More information to be updated.
- Data preparation
If you want to directly evaluate the model, you can download the preprocessed GTZAN data here and the pretrained model here. And put the model under the ./data
directory.
- Evaluation
Run ./code/eval.py
.
- Chih-Cheng Chang (ccchang12@iis.sinica.edu.tw)
- We borrowed the code from ESPnet for contextual block processing transformer based modeling.
- We borrowed the code from Beat-Transformer for beat tracking.