• Stars
    star
    130
  • Rank 269,600 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Evaluation toolbox for Sound Event Detection

sed_eval - Evaluation toolbox for Sound Event Detection

https://travis-ci.org/TUT-ARG/sed_eval.svg?branch=master https://coveralls.io/repos/github/TUT-ARG/sed_eval/badge.svg?branch=master

sed_eval is an open source Python toolbox which provides a standardized, and transparent way to evaluate sound event detection systems.

Authors

Documentation

See http://tut-arg.github.io/sed_eval for manual and tutorials.

Installation instructions

The latest stable release is available on PyPI, and you can install with pip:

pip install sed_eval

Alternatively you can download or clone toolbox and use pip to handle dependencies:

unzip sed_eval.zip
pip install -e sed_eval

or:

git clone https://github.com/TUT-ARG/sed_eval.git
pip install -e sed_eval

Dependencies

The toolbox is tested to work with Python 2.7 and Python 3.6.

  • numpy >= 1.7.0
  • dcase_util >= 0.2.4

Citing

If you use sed_eval in a research project, please cite the following paper:

Annamaria Mesaros, Toni Heittola, and Tuomas Virtanen, "Metrics for polyphonic sound event detection", Applied Sciences, 6(6):162, 2016 [HTML][PDF]

License

Code released under the MIT license.