Loie commited on
Commit
953fe0b
1 Parent(s): e0454af

Loie(0219): create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - audio-classification
4
+ size_categories:
5
+ - 100B<n<1T
6
+ ---
7
+
8
+
9
+ # VGGSound
10
+ VGG-Sound is an audio-visual correspondent dataset consisting of short clips of audio sounds, extracted from videos uploaded to YouTube.
11
+
12
+
13
+ - **Homepage:** https://www.robots.ox.ac.uk/~vgg/data/vggsound/
14
+ - **Paper:** https://arxiv.org/abs/2004.14368
15
+
16
+ ## Analysis
17
+
18
+ - **310+ classes:** VGG-Sound contains audios spanning a large number of challenging acoustic environments and noise characteristics of real applications.
19
+ - **200,000+ videos:** All videos are captured "in the wild" with audio-visual correspondence in the sense that the sound source is visually evident.
20
+ - **550+ hours:** VGG-Sound consists of both audio and video. Each segment is 10 seconds long.
21
+
22
+ ![](src/data.png)
23
+
24
+
25
+ ## Download
26
+
27
+ We provide a csv file. For each YouTube video, we provide YouTube URLs, time stamps, audio labels and train/test split. Each line in the csv file has columns defined by here.
28
+
29
+ ```
30
+ # YouTube ID, start seconds, label, train/test split.
31
+ ```
32
+
33
+ And you can download VGGSound directly from this [repository](https://huggingface.co/datasets/Loie/VGGSound/tree/main).
34
+
35
+
36
+ ## License
37
+ The VGG-Sound dataset is available to download for commercial/research purposes under a Creative Commons Attribution 4.0 International License. The copyright remains with the original owners of the video. A complete version of the license can be found [here](https://thor.robots.ox.ac.uk/datasets/vggsound/license_vggsound.txt).
38
+
39
+ ## Citation Information
40
+ Please cite the following if you make use of the dataset.
41
+ ```
42
+ @InProceedings{Chen20,
43
+ author = "Honglie Chen and Weidi Xie and Andrea Vedaldi and Andrew Zisserman",
44
+ title = "VGGSound: A Large-scale Audio-Visual Dataset",
45
+ booktitle = "International Conference on Acoustics, Speech, and Signal Processing (ICASSP)",
46
+ year = "2020",
47
+ }
48
+ ```