mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
08b310df71
commit
fe50604d8e
Binary file not shown.
Binary file not shown.
@ -97,7 +97,9 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
|
||||
|
||||
mkdir -p data/manifests
|
||||
if [ ! -e data/manifests/.vox.done ]; then
|
||||
python local/prepare_vox.py $dl_dir/vox $spk_id
|
||||
for dest in "test-clean" "test-other"; do
|
||||
for spk in $dl_dir/$dest/*; do
|
||||
python local/prepare_vox.py $dl_dir/$dest/$spk $spk
|
||||
#touch data/manifests/.vox.done
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user