Open manazhao opened 4 years ago
Same problem here
Same issue here. I use the following command which copy from the tutorial except that I changed the paths.
bin/mfa_align ~/montreal-forced-aligner/docs/English\ Files/Librispeech ~/montreal-forced-aligner/dictionary/librispeech-lexicon.txt english ~Documents/aligned_librispeech
After run in terminal, it generate two folders /MFA and /aligned_librispeech. The output directory aligned_librispeech has nothing. Can anyone give me a further instruction about how to use the aligner? Thanks in advance!
Same problem here, can someone help?
log show align successfully, but nothing in the output dir.
INFO - Setting up corpus information... lINFO - Number of speakers in corpus: 3, average number of utterances per speaker: 122.33333333333333 INFO - Parsing dictionary without pronunciation probabilities without silence probabilities INFO - Creating dictionary information... INFO - Setting up training data... Generating base features (mfcc)... Calculating CMVN... INFO - Done with setup! INFO - Performing first-pass alignment... INFO - Calculating fMLLR for speaker adaptation... INFO - Performing second-pass alignment... INFO - All done!
@Liujingxiu23 what version are you using? The previous issues were with 1.0.1, which should be fixed in the 2.0 alpha. Can you try rerunning it with the --clean
flag? Can you attach your align.log
from the MFA temp directory?
Binary: 1.0.1 Linux.
Command: I was following the librispeech example.
No runtime errors were seen on the output and the output folder /tmp/alignment only contains two files: oovs_found.txt utterance_oovs.txt. I checked the log ( ~/Documents/MFA/19/logging/corpus.log) and saw the following,
It seems to me mfcc features were not properly created for the audio files, though the audio files look normal to me.
Any suggestion for addressing this issue will be greatly appreciated!