Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 487 Bytes

vggsound dataset

This is a set of tools for downloading VGG-Sound, a dataset of labeled audio-visual files.

Running

First, mkdir train and test

Run cat vggsound.csv | ./download.sh to dowanload all videos.

Run cat vggsound.csv | sed -ne '9602,$p' | ./download.sh to dowanload after No.9602 video.

It can automatically mkdir the label , cut the raw video to specified segment and delete the raw video.