DiegoLeon96 / Neural-Speech-Dereverberation

Machine and Deep Learning models for speech dereverberation
GNU General Public License v3.0
105 stars 21 forks source link

Data Preparation Notebook doesn't download MARDY data #1

Closed 8W9aG closed 3 years ago

8W9aG commented 3 years ago

I noticed that when I run the Generate_spectrograms notebook it fails because there are no files in the MARDY folder.

To fix this I added the following to the top of the notebook:

!sudo apt-get install unrar
!wget http://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
!mkdir data_espec
!mkdir data_espec/MARDY
!unrar e -y MARDY.rar data_espec/MARDY
DiegoLeon96 commented 3 years ago

Thanks for your comment. It's true, I had MARDY (rar file) in Drive when I was working and I forgot to download it in colab.