Datasets:
File size: 1,974 Bytes
ddc2e2b 6470089 807e444 6470089 807e444 |
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 |
---
license: cc-by-4.0
size_categories:
- 1K<n<10K
task_categories:
- audio-classification
tags:
- speaker
- height
---
# HeightCeleb
This repository contains the dataset described in article *["HeightCeleb - an enrichment of VoxCeleb dataset with speaker height information"](https://arxiv.org/abs/2410.12668)*,
which was presented at [SLT 2024](https://2024.ieeeslt.org/) conference in Macau, China.
The dataset is an extension to [Voxceleb](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1.html) dataset and contains
height information that was scraped from the Internet.
## Live demo of system trained with HeightCeleb
[Demo system](https://huggingface.co/spaces/stachu86/HeightCeleb-estimator-demo) deployed in HuggingFace Spaces
## Dataset Attribution
HeightCeleb dataset is an extension of [Voxceleb](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1.html) dataset.
A. Nagrani, J. S. Chung, A. Zisserman,
*"VoxCeleb: a large-scale speaker identification dataset"*, INTERSPEECH, 2017
- **Original dataset**: [https://www.robots.ox.ac.uk/~vgg/data/voxceleb/](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/)
- **License**: [https://www.robots.ox.ac.uk/~vgg/data/voxmovies/files/license.txt](https://www.robots.ox.ac.uk/~vgg/data/voxmovies/files/license.txt)
### Modifications
This dataset contains `VoxCeleb1 ID`, `sex`
and `split` information from the Voxceleb dataset.
## Licenese
HighCeleb dataset is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
## Citing HeightCeleb
If you use HeightCeleb in your research, please cite it using the following BibTeX entry:
```bibtex
@INPROCEEDINGS{10832224,
author={Kacprzak, Stanisław and Kowalczyk, Konrad},
booktitle={2024 IEEE Spoken Language Technology Workshop (SLT)},
title={Heightceleb - An Enrichment of Voxceleb Dataset With Speaker Height Information},
year={2024},
volume={},
number={},
pages={857-862},
doi={10.1109/SLT61566.2024.10832224}}
``` |