ID-0/Cyara
Updated
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This is the VoxCeleb2 dataset, a large-scale speaker identification dataset.
VoxCeleb2 contains over 1 million utterances for 6,112 celebrities, extracted from videos uploaded to YouTube.
vox2_dev_mp4_part*: Multipart archive containing MP4 video filesvox2_dev_txt: Text files with speaker/utterance metadata vox2_meta.csv: Dataset metadataTo extract the multipart archive:
# Using 7zip
7z x vox2_dev_mp4_partaa
# Or using cat (Linux/Mac)
cat vox2_dev_mp4_parta* > combined.tar
tar -xf combined.tar
If you use this dataset, please cite:
@inproceedings{chung2018voxceleb2,
title={VoxCeleb2: Deep Speaker Recognition},
author={Chung, Joon Son and Nagrani, Arsha and Zisserman, Andrew},
booktitle={INTERSPEECH},
year={2018}
}
Please refer to the original VoxCeleb2 license terms.