This repository is created to make it easy to download Audioset.
- Python3
- anaconda
git clone https://github.com/Onedas/Audioset_downloader.git
tqdm, ffmpeg, youtube-dl
- For conda users, you can create a new Conda environment and install, using
conda env create -f environment.yml
or
conda create -n Audioset_downloader python=3.7
conda activate Audioset_downloader
conda install -c conda-forge tqdm -y
conda install -c conda-forge ffmpeg -y
conda install -c conda-forge youtube-dl -y
- All data download it maybe takes few days(2 or 3 days)
python downloader.py
- Optional
python downloader.py --meta [balanced_train_segments.csv | eval_segments.csv | unbalanced_train_segments.csv]