from local

This commit is contained in:
dohe0342 2023-03-13 13:44:57 +09:00
parent 08b310df71
commit fe50604d8e
3 changed files with 3 additions and 1 deletions

View File

@ -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