from local

This commit is contained in:
dohe0342 2023-06-11 23:52:40 +09:00
parent 3c074c200c
commit 3a45776120
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -229,18 +229,16 @@ fi
if [ $stage -le 10 ] && [ $stop_stage -ge 10 ]; then if [ $stage -le 10 ] && [ $stop_stage -ge 10 ]; then
log "Stage 10: Generate pseudo label" log "Stage 10: Generate pseudo label"
rm -rf $dl_dir/*_texts
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
spk_id=${spk#*$dest\/} spk_id=${spk#*$dest\/}
echo $spk_id echo $spk_id
./pseudo.sh $spk_id $subset ./pseudo.sh $spk_id $subset
#python local/prepare_vox.py $dl_dir/$dest "$spk_id"
done done
done done
fi fi
if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then if [ $stage -le 11 ] && [ $stop_stage -ge 11 ]; then
log "Stage 6: Prepare LJSpeech manifest" log "Stage 6: Prepare LJSpeech manifest"
# We assume that you have downloaded the LJSpeech corpus (ver 1.1) # We assume that you have downloaded the LJSpeech corpus (ver 1.1)
# You need to prepare LJSpeech according to data_settings/*_list.txt like below # You need to prepare LJSpeech according to data_settings/*_list.txt like below