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
22 stars 8 forks source link

Create eval script, fix some small errors and create yaml files for evaluation #201

Closed lurauch closed 5 months ago

lurauch commented 5 months ago

@lurauch Why is a new Datamodule needed here? Could we not add a property "test" to the BirdSetDatamodule? This would avoid the need for new config files. Also, it would be nice if it would only download the test data.

We could do this but then we would need another prepare data etc. within the birdset datamodule. I'm not sure if this is a good solution. Regarding downloading test data: we could do this since we need new yaml files for the datasets anyway