TaoRuijie / ECAPA-TDNN

Unofficial reimplementation of ECAPA-TDNN for speaker recognition (EER=0.86 for Vox1_O when train only in Vox2)
MIT License
594 stars 113 forks source link

can not prepare the dataset #11

Closed chonghaozhang1998 closed 2 years ago

chonghaozhang1998 commented 2 years ago

When 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 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!

TaoRuijie commented 2 years ago

Please check here https://github.com/clovaai/voxceleb_trainer/issues/117

chonghaozhang1998 commented 2 years ago

I read the link you mentioned. But it seems that my problem is different from this link.

TaoRuijie commented 2 years ago

If it can not solve, please try this https://github.com/clovaai/voxceleb_trainer/issues/111

chonghaozhang1998 commented 2 years ago

It still can not solve. I checked the file in lists/fileparts.txt. The url is already this

http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa e395d020928bc15670b570a21695ed96 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partab bbfaaccefab65d82b21903e81a8a8020 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partac 017d579a2a96a077f40042ec33e51512 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partad 7bb1e9f70fddc7a678fa998ea8b3ba19 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partaa da070494c573e5c0564b1d11c3b20577 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partab 17fe6dab2b32b48abaf1676429cdd06f http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partac 1de58e086c5edf63625af1cb6d831528 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partad 5a043eb03e15c5a918ee6a52aad477f9 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partae cea401b624983e2d0b2a87fb5d59aa60 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partaf fc886d9ba90ab88e7880ee98effd6ae9 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partag d160ecc3f6ee3eed54d55349531cb42e http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_dev_aac_partah 6b84a81b9af72a9d9eecbb3b1f602e65 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_test_wav.zip 185fdc63c3c739954633d50379a3d102 http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox2_test_aac.zip 0d2b3ea430a821c33263b5ea37ede312

The problem in this https://github.com/clovaai/voxceleb_trainer/issues/111 is still different from mine.

TaoRuijie commented 2 years ago

I do not think that is the same:

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

You do not have 'thor' right?

chonghaozhang1998 commented 2 years ago

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!

chonghaozhang1998 commented 2 years ago

It works! Thanks a lot! 😀