Skip to content

Commit 5365236

Browse files
authored
update link
1 parent 81e1516 commit 5365236

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/download_data.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
#!/usr/bin/env bash
22

3-
# vox-adv-cpk-wget.pth.tar (https://drive.google.com/file/d/1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ/view)
3+
# vox-adv-cpk-wget.pth.tar (https://drive.google.com/file/d/1coUCdyRXDbpWnEkA99NLNY60mb9dQ_n3/view)
44
echo "Downloading model's weights (vox-adv-cpk.pth.tar)"
55

6-
https://drive.google.com/file/d/1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ/view
7-
file_id=1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ
6+
file_id=1coUCdyRXDbpWnEkA99NLNY60mb9dQ_n3
87
filename=vox-adv-cpk.pth.tar
98
echo "Getting cookie"
109
curl -sc /tmp/cookie "https://drive.google.com/uc?export=download&id=${file_id}" > /dev/null
1110
code="$(awk '/_warning_/ {print $NF}' /tmp/cookie)"
1211
echo "Downloading data"
1312
curl -Lb /tmp/cookie "https://drive.google.com/uc?export=download&confirm=${code}&id=${file_id}" -o ${filename}
1413

15-
echo "Expected checksum: 46b26eabacbcf1533ac66dc5cf234c5e"
14+
echo "Expected checksum: 8a45a24037871c045fbb8a6a8aa95ebc"
1615
echo "Found checksum: $(md5sum ${filename})"

0 commit comments

Comments
 (0)