DCASE-REPO / dcase2018_baseline

DCASE 2018 Baseline systems
MIT License
128 stars 78 forks source link

segments without labels in eval set #26

Closed Kikyo-16 closed 5 years ago

Kikyo-16 commented 5 years ago

Hello, I found some segments without labels in eval set. When calculating the scores, shall we not take it into consideration?

turpaultn commented 5 years ago

They are taken into consideration since the filenames of these files are added in (get_event_list_current_file in evaluation_measures.py). If you predict an event for this file, it would add an error (false positive) into the score.