from local

This commit is contained in:
dohe0342 2023-03-13 13:45:01 +09:00
parent fe50604d8e
commit 2503eae730
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
for dest in "test-clean" "test-other"; do for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do for spk in $dl_dir/$dest/*; do
python local/prepare_vox.py $dl_dir/$dest/$spk $spk python local/prepare_vox.py $dl_dir/$dest/$spk $spk
done
done
#touch data/manifests/.vox.done #touch data/manifests/.vox.done
fi fi
fi fi