| | --- |
| | task_categories: |
| | - automatic-speech-recognition |
| | - audio-classification |
| | - image-classification |
| | - video-classification |
| | size_categories: |
| | - 100K<n<1M |
| | license: cc-by-4.0 |
| | datasets: |
| | - voxceleb |
| | - voxceleb2 |
| | --- |
| | |
| | ## Dataset Description |
| |
|
| | - **Homepage:** [VoxCeleb](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/) |
| |
|
| | This dataset includes both VoxCeleb and VoxCeleb2 |
| |
|
| | The copyright remains with the original owners of the audiovisual |
| |
|
| | # Multipart Zips |
| |
|
| | Already joined zips for convenience but these specified files are *NOT* part of the original datasets |
| |
|
| | vox2_mp4_1.zip - vox2_mp4_6.zip |
| |
|
| | vox2_aac_1.zip - vox2_aac_2.zip |
| | # 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", |
| | } |
| | @article{DBLP:journals/corr/NagraniCZ17, |
| | author = {Arsha Nagrani and |
| | Joon Son Chung and |
| | Andrew Zisserman}, |
| | title = {VoxCeleb: a large-scale speaker identification dataset}, |
| | journal = {CoRR}, |
| | volume = {abs/1706.08612}, |
| | year = {2017}, |
| | url = {http://arxiv.org/abs/1706.08612}, |
| | eprinttype = {arXiv}, |
| | eprint = {1706.08612}, |
| | timestamp = {Mon, 13 Aug 2018 16:47:04 +0200}, |
| | biburl = {https://dblp.org/rec/journals/corr/NagraniCZ17.bib}, |
| | bibsource = {dblp computer science bibliography, https://dblp.org} |
| | } |
| | ``` |
| | ### Contributions |
| |
|
| | Thanks to [@ProgramComputer](https://github.com/ProgramComputer) for adding this dataset. |