from local
This commit is contained in:
parent
a1d454641d
commit
ed7cbddb1f
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
dl_dir=/DB/LibriSpeech_tar/vox_v3
|
dl_dir=/DB/LibriSpeech_tar/vox_v3
|
||||||
#dl_dir=/home/work/workspace/LibriSpeech/vox_v3
|
#dl_dir=/home/work/workspace/LibriSpeech/vox_v3
|
||||||
|
echo $dl_dir
|
||||||
for dest in "teat-clean" "test-othr"; do
|
for dest in "teat-clean" "test-othr"; do
|
||||||
for spk in $dl_dir/$dest/*; do
|
for spk in $dl_dir/$dest/*; do
|
||||||
spk_id=${spk#*$dest\/}
|
spk_id=${spk#*$dest\/}
|
||||||
|
|||||||
Reference in New Issue
Block a user