metadata
tags:
- speaker-diarization
- SCATSVAD
SCATSVAD Dataset
This repository contains the SCATSVAD dataset, including training, evaluation, and test sets. The dataset is split into multiple files, most of them with a size of 40GB.
Dataset Structure
Training Set (train)
The training set consists of five compressed files:
train_dataset.tar.gz00train_dataset.tar.gz01train_dataset.tar.gz02train_dataset.tar.gz03train_dataset.tar.gz04- 27GB
Evaluation Set (eval)
The evaluation set contains two files:
eval_dataset.tar.gz00eval_dataset.tar.gz01- 27GB
Test Set (test)
The test set contains two files:
test_dataset.tar.gz00test_dataset.tar.gz01test_dataset.tar.gz02- 25GB
Usage
To extract the dataset, use the following command:
cat train_dataset.tar.gz* | tar -xzvf -
This will concatenate and extract all parts of the training dataset.
Similarly, for evaluation and test datasets:
cat eval_dataset_*.tar.gz | tar -xzvf -
cat test_dataset_*.tar.gz | tar -xzvf -
Notes
- Ensure you have sufficient storage space before extraction.
- If downloading from a remote server, consider using
rsyncorwgetwith resume support.
For any issues, please contact us.