can not prepare the dataset
See original GitHub issueWhen I followed the Data preparation part in the link and ran the this code python3 dataprep.py --save_path data --download --user USERNAME --password PASSWORD , I met with the following error.
–2021-11-26 14:04:56-- http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa Resolving www.robots.ox.ac.uk (www.robots.ox.ac.uk)… 129.67.94.2 Connecting to www.robots.ox.ac.uk (www.robots.ox.ac.uk)|129.67.94.2|:80… connected. HTTP request sent, awaiting response… 301 Moved Permanently Location: https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa [following] –2021-11-26 14:04:58-- https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa Connecting to www.robots.ox.ac.uk (www.robots.ox.ac.uk)|129.67.94.2|:443… connected. HTTP request sent, awaiting response… 404 Not Found 2021-11-26 14:04:59 ERROR 404: Not Found.
Traceback (most recent call last): File “Downloads/voxceleb_trainer-master/dataprep.py”, line 176, in <module> download(args,fileparts) File “Downloads/voxceleb_trainer-master/dataprep.py”, line 58, in download raise ValueError(‘Download failed %s. If download fails repeatedly, use alternate URL on the VoxCeleb website.’%url) ValueError: Download failed http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa. If download fails repeatedly, use alternate URL on the VoxCeleb website.
How can I solve this problem? Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)

Top Related StackOverflow Question
It works! Thanks a lot! 😀
Yes! I misunderstood this sentence “Use https://thor.robots.ox.ac.uk/ instead of http://www.robots.ox.ac.uk/ in all the lines in lists/fileparts.txt”. I will have a try. Thanks!