Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 726 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 726 Bytes

audioset-downloader

Google AudioSet download python package

Usage

# download balanced_train_segments.csv
python bin/run.py --save_path ${SAVE_PATH} --dl_balanced_train
# download unbalanced_train_segments.csv
python bin/run.py --save_path ${SAVE_PATH} --dl_unbalanced_train
# download eval_segments.csv
python bin/run.py --save_path ${SAVE_PATH} --eval
# download audioset_train_strong.tsv
python bin/run.py --save_path ${SAVE_PATH} --dl_train_strong
# download audioset_eval_strong.tsv
python bin/run.py --save_path ${SAVE_PATH} --dl_eval_strong
# download segment_id
python bin/run.py --save_path ${SAVE_PATH} --segid ${SEGID}

Tests

pytest -s tests