Skip to content

keunwoochoi/vggsound_download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vggsound dataset

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

Prerequisite

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.

About

download the vggsound dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%