mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
7 lines
338 B
Bash
7 lines
338 B
Bash
echo "Transcribing"
|
|
|
|
whispertranscriber -i lj_det_output -o lj_det_output_transcriptions -f
|
|
|
|
whispertranscriber -i lj_fm_output -o lj_fm_output_transcriptions -f
|
|
wercompute -r dur_wer_computation/reference_transcripts/ -i lj_det_output_transcriptions
|
|
wercompute -r dur_wer_computation/reference_transcripts/ -i lj_fm_output_transcriptions |