Skip to content

Commit 2afea67

Browse files
committed
fix naming, fix missing step
1 parent 0461d9f commit 2afea67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/mfa_extraction/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
Everything is done from main repo folder so TensorflowTTS/
55

66
* bash examples/mfa_extraction/scripts/prepare_mfa.sh
7-
* python examples/mfa_extraction/run_mfa.py --corpus_directory=<your dataset path>
7+
* python examples/mfa_extraction/run_mfa.py --corpus_directory=< your dataset path >
88

99
(corpus_directory should be splited based on speakers example => dataset/speaker_1/001.wav dataset/speaker_1/001.txt)
1010

11+
* python examples/mfa_extraction/txt_grid_parser.py
12+
1113
* Optional* add your own dataset parser based on tensorflow_tts/processor/experiment/example_dataset.py ( If base processor dataset didnt match yours )
1214

1315
* Run preprocess and normalization using preprocess_multispeaker.yaml or preprocess_libritts.yaml based config
1416

15-
* Run fix mismatch to fix few frames difference in audio and duration files examples/mfa_extraction/fix_mismatch.py --base_path=< your preprocess outdir location >
17+
* Run fix mismatch to fix few frames difference in audio and duration files examples/mfa_extraction/fix_mismatch.py --base_path=< your preprocess outdir location on above step >
1618
--trimmed_dur_path=< trimmed durations directory > --dur_path=< durations directory >
1719

1820

0 commit comments

Comments
 (0)