clovaai / voxceleb_trainer

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

The password and username #129

Closed harlanhong closed 2 years ago

harlanhong commented 2 years ago

How can I get the username and password?

ngoanpv commented 2 years ago

@harlanhong Find the form on https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox2.html

Mercurise commented 2 years ago

Hi @ngoanpv , could you highlight the form pls, I couldn't find any form in the provided link? Could you also confirm the download links are still valid in mid-2022?

Thanks.


python ./dataprep.py --save_path ../dataset_dir/ --download --user USERNAME --password PASSWORD

--2022-05-06 09:49:14--  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]
--2022-05-06 09:49:14--  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
2022-05-06 09:49:14 ERROR 404: Not Found.

Traceback (most recent call last):
  File "./dataprep.py", line 176, in <module>
    download(args,fileparts)
  File "./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.
raotnameh commented 2 years ago

@Mercurise Have you been able to download the data? If not try this.

wget https://thor.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa

Here I have removed the "www" in the starting of the link.