File size: 1,233 Bytes
8700525
 
 
 
 
 
 
 
529bf47
8700525
7bf5083
 
 
 
 
529bf47
1bdb269
 
 
 
 
 
 
 
 
 
 
8700525
 
69cc964
8700525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69cc964
8700525
 
529bf47
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
task_categories:
- automatic-speech-recognition
- audio-classification
- image-classification
- video-classification
size_categories:
- 100K<n<1M
license: cc-by-sa-4.0
---

## Dataset Description

- **Homepage:** [VoxCeleb](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/)
  
# Joining Zip
```
cat vox1_dev* > vox1_dev_wav.zip
```

```
cat vox2_dev_aac* > vox2_aac.zip
```

```
cat vox2_dev_mp4* > vox2_mp4.zip
```

### Citation Information
```
@Article{Nagrani19,
    author = "Arsha Nagrani and Joon~Son Chung and Weidi Xie and Andrew Zisserman",
    title = "Voxceleb: Large-scale speaker verification in the wild",
    journal = "Computer Science and Language",
    year = "2019",
    publisher = "Elsevier",
}
@InProceedings{Chung18b,
    author = "Chung, J.~S. and Nagrani, A. and Zisserman, A.",
    title = "VoxCeleb2: Deep Speaker Recognition",
    booktitle = "INTERSPEECH",
    year = "2018",
}
@InProceedings{Nagrani17,
    author = "Nagrani, A. and Chung, J.~S. and Zisserman, A.",
    title = "VoxCeleb: a large-scale speaker identification dataset",
    booktitle = "INTERSPEECH",
    year = "2017",
}
```
### Contributions

Thanks to [@ProgramComputer](https://github.com/ProgramComputer) for adding this dataset.