adding speaker ID lists for headset and speakerphone
This commit is contained in:
Родитель
84f20394fe
Коммит
467dede138
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# ***** Dev Testset for 5th DNS Challenge at ICASSP 2023*****
|
||||
|
||||
# NOTE: Before downloading, make sure you have enough space
|
||||
# on your local storage!
|
||||
|
||||
# Zip file is 1.5MB.
|
||||
# It contains speaker ID filsists for headset training clean speech (Track 1)
|
||||
# -------------------------------------------------------------
|
||||
|
||||
URL="https://dnschallengepublic.blob.core.windows.net/dns5archive/filelists_headset.zip"
|
||||
echo "Download: $URL"
|
||||
#
|
||||
# DRY RUN: print HTTP header WITHOUT downloading the files
|
||||
curl -s -I "$URL"
|
||||
#
|
||||
# Actually download the archive - UNCOMMENT it when ready to download
|
||||
curl https://dnschallengepublic.blob.core.windows.net/dns5archive/filelists_headset.zip --output 'filelists_headset.zip'
|
||||
#wget --no-check-certificate "$URL"
|
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# ***** Dev Testset for 5th DNS Challenge at ICASSP 2023*****
|
||||
|
||||
# NOTE: Before downloading, make sure you have enough space
|
||||
# on your local storage!
|
||||
|
||||
# Zip file is 1.5MB.
|
||||
# It contains speaker ID filsists for speakerphone training clean speech (Track 2)
|
||||
# -------------------------------------------------------------
|
||||
|
||||
URL="https://dnschallengepublic.blob.core.windows.net/dns5archive/filelists_speakerphone.zip"
|
||||
echo "Download: $URL"
|
||||
#
|
||||
# DRY RUN: print HTTP header WITHOUT downloading the files
|
||||
curl -s -I "$URL"
|
||||
#
|
||||
# Actually download the archive - UNCOMMENT it when ready to download
|
||||
curl https://dnschallengepublic.blob.core.windows.net/dns5archive/filelists_speakerphone.zip --output 'filelists_speakerphone.zip'
|
||||
#wget --no-check-certificate "$URL"
|
Загрузка…
Ссылка в новой задаче