-
First download the MeshRIR S1-3969 dataset in an empty folder
-
Run the following command
python meshrir_split.py --base_folder /path/to/the/empty/folder
- Done! You have created your own Mesh-RIR dataset. The dataset structure should be similar to the following:
MeshRIR-Dataset/
├── S1-M3969_npy/ # Raw dataset
├── train/ # train split
├── test/ # test split
├── pos_mic.npy # dataset metadata for microphone position
└── pos_src.npy # dataset metadata for speaker position