tensorflow / tensorflow/datasets
[data request] Google Research AudioSet
@infiniteoverflow is already working on this.
Since Sep 9, 2020.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
- Name of dataset: AudioSet
- URL of dataset: https://research.google.com/audioset/index.html
- License of dataset: Creative Commons Attribution 4.0 International (CC BY 4.0) license
- Short description of dataset and use case(s):
This dataset contains 632 classes of audio events derived from 10-second clips from Youtube that have been human-labeled. The events include recognizing music, speech, vehicle(s), creaking, key-jangling, and so on. The dataset consists of the youtube link, its 10-second segment, and the one or more labels that are contained within that time range. The audio extracted using the youtube-dl library will be .mp3. The sound clips are also rated in terms of quality.
The dataset can be used to train models to predict and identify multiple sounds when presented with a sound clip. Because the dataset has a large number of classes, any sound clip input will likely have at least one label that applies to it. It also contains quality estimates that rate the sound quality of the clip for each class.
Folks who would also like to see this dataset in tensorflow/datasets, please thumbs-up so the developers can know which requests to prioritize.
And if you'd like to contribute the dataset (thank you!), see our guide to adding a dataset.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.