DBD-research-group / BirdSet

A benchmark dataset collection for bird sound classification
https://huggingface.co/datasets/DBD-research-group/BirdSet
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Remove augmentations from evaluation #249

Closed lurauch closed 1 month ago

lurauch commented 1 month ago

eval.py still uses the main train.yaml file. Even though augmentations are not used in the code, they are still "active", meaning that you have to manually override the waveform and spectrogram augmentations if there are problems with the paths or you don't want to download the background files (they should not be necessary for evaluation!)

solution: add a eval.yaml file where the augmentations are none and use it in eval.py

lurauch commented 1 month ago

fixed with #250