clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.03k stars 273 forks source link

the url for data download can't work #171

Closed LeeHongji closed 2 months ago

LeeHongji commented 1 year ago

I execute the command "python ./dataprep.py --save_path data --download --user USERNAME --password PASSWORD" with my own username and password but got the response below. And I also try to open the url in person ,it fail

--2023-03-18 15:59:52--  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Resolving cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)... 10.16.144.30
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-18 15:59:54--  (try: 2)  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-18 15:59:56--  (try: 3)  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-18 15:59:59--  (try: 4)  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-18 16:00:04--  (try: 5)  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-18 16:00:09--  (try: 6)  http://cnode01.mm.kaist.ac.kr/voxceleb/vox1a/vox1_dev_wav_partaa
Connecting to cnode01.mm.kaist.ac.kr (cnode01.mm.kaist.ac.kr)|10.16.144.30|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
SherrieCao commented 1 year ago

Same issue, just wondering if anyone has solved it

metty789 commented 1 year ago

Same issue, any fix?

saikiran321 commented 1 year ago

Same issue, any fix?

+1

salwaalkhatib commented 1 year ago

Same issue, any fix?

+1

gau-nernst commented 1 year ago

Try to download from here: https://mm.kaist.ac.kr/datasets/voxceleb/

new-a-class commented 5 months ago

Try to downlaod from https://github.com/alibaba-damo-academy/3D-Speaker/blob/main/egs/voxceleb/sv-eres2net/local/download_data.sh

joonson commented 2 months ago

The dataset is available from https://mm.kaist.ac.kr/datasets/voxceleb/

The download tool in dataprep.py has not yet been updated to reflect this change.