DiegoLeon96 / Neural-Speech-Dereverberation

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

MARDY no longer available at provided link #2

Open hagenw opened 3 years ago

hagenw commented 3 years ago

I guess I should raise this issue with the original authors of MARDY and not here, but the download link to http://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar as provided at https://www.commsp.ee.ic.ac.uk/~sap/resources/mardy-multichannel-acoustic-reverberation-database-at-york-database/ and mentioned here in the README, does no longer work:

$ wget --no-check-certificate http://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
...
--2021-08-17 09:21:39--  http://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
Resolving cspserver5.ee.ic.ac.uk (cspserver5.ee.ic.ac.uk)... 146.179.44.193
Connecting to cspserver5.ee.ic.ac.uk (cspserver5.ee.ic.ac.uk)|146.179.44.193|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar [following]
--2021-08-17 09:21:39--  https://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
Connecting to cspserver5.ee.ic.ac.uk (cspserver5.ee.ic.ac.uk)|146.179.44.193|:443... connected.
WARNING: no certificate subject alternative name matches
        requested host name ‘cspserver5.ee.ic.ac.uk’.
HTTP request sent, awaiting response... 404 Not Found
2021-08-17 09:21:39 ERROR 404: Not Found.
hagenw commented 3 years ago

This can be solved by using https://www.commsp.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar instead:

$ wget https://www.commsp.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
--2021-08-17 09:27:04--  https://www.commsp.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar
Resolving www.commsp.ee.ic.ac.uk (www.commsp.ee.ic.ac.uk)... 146.179.44.193
Connecting to www.commsp.ee.ic.ac.uk (www.commsp.ee.ic.ac.uk)|146.179.44.193|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2040258 (1.9M) [application/octet-stream]
Saving to: ‘MARDY.rar’

MARDY.rar                                       100%[======================================================================================================>]   1.95M  3.81MB/s    in 0.5s    

2021-08-17 09:27:05 (3.81 MB/s) - ‘MARDY.rar’ saved [2040258/2040258]