Skip to content

Python program to download AudioCaps from YouTube.com

License

Notifications You must be signed in to change notification settings

xieh97/audiocaps-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloading AudioCaps

AudioCaps Description

There are 4 columns in the csv files.

  • audiocap_id: The id unique to the audio clips and its corresponding caption.
  • youtube_id: The youtube clip that the audio belongs to. You can use this to obtain the VGGish embedding from AudioSet.
  • start_time: The start time of the clip.
  • caption: The audio caption.

Statistics:

Split AudioCaps Downloaded
Train 49,838 45,528
Validation 495 449
Test 975 893
Total 51,308 46,870

Last edit: Jan 30, 2023

About

Python program to download AudioCaps from YouTube.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages