sharathadavanne / seld-dcase2020

Baseline method for sound event localization task of DCASE 2020 challenge
http://dcase.community/challenge2020/task-sound-event-localization-and-detection
Other
53 stars 18 forks source link

I'm confused with the DOA metric in code #11

Open yizhiduan opened 3 years ago

yizhiduan commented 3 years ago

Hi, I'm confused with the DOA metric in code, the DOA METRIC results released in DCASE2020 development dataset are LE_CD and LR_CD , but in code are LE_cd and LE_F, the metrics are different, which one is true?Could you help me solve the question? Thank you very much!

sharathadavanne commented 3 years ago

Hi @yizhiduan I am not sure if I understood your question correctly. But I am guessing you are referring to the confusion in the variable names for the metric.

The output of the metric code in line 71 here produces four outputs that correspond to the following ER, F, DE, DE_F = ER20°, F20°, LECD, LRCD