clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.02k stars 272 forks source link

Dataset download #111

Closed CaptainPrice12 closed 3 years ago

CaptainPrice12 commented 3 years ago

Hi, thanks for this great work. I met a problem when I used the dataprep.py to download the Voxceleb data. When I run this python file, it got error as below:

HTTP request sent, awaiting response... 301 Moved Permanently and HTTP request sent, awaiting response... 404 Not Found ERROR 404: Not Found

I am not sure if there is an issues with the data server. Could you please help me with it? Thank you!

ukemamaster commented 3 years ago

Use https://thor.robots.ox.ac.uk/ instead of http://www.robots.ox.ac.uk/ in all the lines in lists/fileparts.txt

CaptainPrice12 commented 3 years ago

@ukemamaster Thanks for the help, it works!