pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.49k stars 643 forks source link

Add ESC-10 / 50 / US dataset #899

Open lcances opened 4 years ago

lcances commented 4 years ago

🚀 Feature

The ESC-10/50 dataset is widely used and no yet available in torchaudio.datasets. More Information

Motivation

Pitch

I am currently using this dataset in my research and I tend to follow the PyTorch way to implement datasets. Therefore, it is almost ready to be submitted here.

I should be able to deliver the code for the end of the week.

mthrok commented 4 years ago

Hi @leocances

Thanks for the suggestion.

It seems to me adding this dataset is straightforward and won't be an issue. @vincentqb What do you think?

For the clarification, is this the reference paper? Could you give us an idea of what are the common use-cases / application / research field of this dataset?

vincentqb commented 4 years ago

@leocances -- yes, please feel free to open a pull request for this! it was also mentioned here :)

lcances commented 4 years ago

Hello, Sorry for the late reply, I had something else on hand and I had to fix some error. (And I need to learn how to do a pull request)

For the clarification, is this the reference paper?

It is indeed the reference paper

Could you give us an idea of what are the common use-cases / application / research field of this dataset?

These datasets are mainly used for sound event classification and sound event detection (when coupled with an activity detector).

The following github is interesting to see the diversity of the system that are tested on the ESC datasets