Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ We thus believe that RoDia is a valuable resource that will stimulate research a
The dataset is in the **data** directory. We released the **train.csv** and
the **test.csv** for the dataset split. Moreover, we included gender and age statistics.

### Download
[Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) is required to correctly download the `wav` files from the **data** directory. After installing it, please run the following commands:
```shell
git clone https://github.com/codrut2/RoDia.git
cd RoDia
git lfs install && git lfs pull
```