AudioDataset
Dataset of Music21 & AudioSet & VGGSound
Install / Use
/learn @PixelChen24/AudioDatasetREADME
Download Dataset of Music21 & AudioSet & VGGSound
This repository is aimed to help you get datasets in field of music separation.
-
For
Nusic21Dataset, runMusic21.py. Downloaded files will be stored inDataset/Music21- Files will be named in this foarmat:
YoutubeID+++label+.mp4
- Files will be named in this foarmat:
-
For
AudioSetDataset, runAudioSet.py. Downloaded files will be stored inDataset/AudioSet- Files will be named in this format:
SerialNum+YoutubeID+.mp4 - You may notice that filename does not contain label. Thats because the dataset itself is in a mess. A little fragment may contain several type of music. To match each video with its
label index(Starts with a '/' and a letter, for example "/m/012xff"), refer to CSV Source File. After you get thelabel index, you have to consult ontology.json or this file for its reallabel
- Files will be named in this format:
-
For
VGGSoundDataset, runVGGSound.py. Downloaded files will be stored inDataset/VGGSound- Files will be named in this format:
SerialNum++label+.mp4
- Files will be named in this format:
:warning:The dataset is very very large. For each dataset, if you don't need every record of it, you can download part of it by assign start and end in each python file