DCASE-REPO / dcase_util

A collection of utilities for Detection and Classification of Acoustic Scenes and Events
https://dcase-repo.github.io/dcase_util/
MIT License
127 stars 33 forks source link

When I run the examples in dcase_unit, the module named sed_eval in evaluation section can't finded. #2

Closed dby124 closed 6 years ago

dby124 commented 6 years ago

Traceback (most recent call last): File "D:/py_code/firstpython/venv/first_python/test.py", line 4, in import sed_eval ImportError: No module named sed_eval

dby124 commented 6 years ago

After trying install the module named sed_eval via inputting "pip install sed_eval", the problem is solved.

toni-heittola commented 6 years ago

sed_eval is not used in dcase_util. Some of the provided example applications are using it for the evaluation, however, these examples are not part of toolbox. This is reason it is not included in the requirements.txt file.

dby124 commented 6 years ago

OK,thank you very much.