Skip to content

Onedas/Audioset_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audioset downloader


This repository is created to make it easy to download Audioset.

Pre-requisites

  • Python3
  • anaconda

How to start

1. Installation

- 1.1 Clone this repo:

git clone https://github.com/Onedas/Audioset_downloader.git

- 1.2 Install

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

2. How to Use

  • 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] 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages