Closed dangpzanco closed 5 years ago
Dataset was missing evaluation setup files, and this caused the error. The dataset has been now updated into version 2, which contains the required files. Version 2 of the dataset can be accessed here > https://zenodo.org/record/2591503 At the same time, dcase_utils has been updated also into version 0.2.7 to download correct dataset version.
To correct this for your baseline setup:
pip install dcase_util --upgrade
dcase2019_task1_baseline/datasets/TAU-urban-acoustic-scenes-2019-openset-development/TAU-urban-acoustic-scenes-2019-openset-development.meta.zip
./task1c.py
Did this fix the problem?
Yes, it did fix the problem. Thank you very much for the fast reply and the corrections.
Description
Error when running
python task1c.py
. Task 1A worked just fine and produced similar results.Expected Results
Expected Task 1C to download the dataset (it did), extract features, normalize, train, test and evaluate.
Actual Results
Versions
PS:
dcase_util
reports version0.2.5
, but the latest version (0.2.6
) is installed.