Skip to content

Repository files navigation

Beat Detection

A simple beat detection demo and inference workflow.

Installation

Install the required dependencies:

pip install -r requirements.txt
cd madmom
python setup.py develop

Model

Download the model from the following link:

models.onnx

Place the downloaded file in the models directory:

models/model_1_weights.onnx

Usage

Run the demo with:

python demo.py --input data/test/1_3beats.mp3 --model models/model_1_weights.onnx

Project Structure

.
├── data
│   ├── test
│   └── outputs
├── models
│   └── model_1_weights.onnx
├── demo.py
└── README.md

Notes

  • Test audio files are stored in data/test
  • Reference outputs are stored in data/outputs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages