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
25 stars 9 forks source link

Feature mixup multiple samples #259

Closed reheinrich closed 2 months ago

reheinrich commented 2 months ago
  1. Added the option to mix more than two samples with MixUp. The maximum number of samples to mix in a sample is now determined by the max_samples parameter.

  2. The AudioAugmentor class has been removed as it is an old relic that is no longer used.