Giter VIP home page Giter VIP logo

beat-tracking's Introduction

Beat and Downbeat Tracking

ECS7006 Music Informatics 2021, Coursework 1

A Conv-biLSTM trained on the ballroom dataset.

Dependencies

  pip install -r requirements.txt

Train

Change the audio_dir and annot_dir in train.py and eval.py to the audio and annotation directories.

  python train.py --cuda --log_dir=/path/to/tensorboard/logs/ --checkpoint_dir=/path/to/checkpoints/

Evaluate

Note: you need the hdf5 file for the test set generated by train.py to run the evaluation.

  python eval.py --load_model=checkpoints/checkpoint_best

Beat-tracking Wrapper

from eval import beatTracker
beats, downbeats = beatTracker(inputFile)

Please refer to example_and_figures.ipynb for detailed examples.

References

[1] Sebastian Böck, Florian Krebs, and Gerhard Widmer.Joint beat and downbeat tracking with recurrent neuralnetworks. InISMIR, pages 255–261. New York City,2016.

[2] Florian Krebs, Sebastian Böck, Matthias Dorfer, andGerhard Widmer. Downbeat tracking using beat syn-chronous features with recurrent neural networks. InISMIR, pages 129–135, 2016.

[3] Sebastian Böck and Markus Schedl. Enhanced beattracking with context-aware neural networks. InProc.Int. Conf. Digital Audio Effects, pages 135–139, 2011.

beat-tracking's People

Contributors

jhuang448 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.