MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.34k stars 247 forks source link

[BUG] corpus_data/split1/feats.english.0.scp #506

Open gray4what opened 2 years ago

gray4what commented 2 years ago

Debugging checklist

[ x] Have you updated to latest MFA version? [ x] Have you tried rerunning the command with the --clean flag?

Describe the issue A clear and concise description of what the bug is. when run the command: mfa align --clean audio_and_label_folder english english output_dir. error: FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Documents/MFA/my_data/corpus_data/split1/feats.english.0.scp'

seems the mfcc is not working. But I have installed kaldi and put the correct path in ~/.bashrc.

For Reproducing your issue Please fill out the following: `mfa align --clean audio_and_label_folder english english output_dir. audio_and_label_folder includes: wav and lab files.

  1. Corpus structure
    • What language is the corpus in? english
    • How many files/speakers? 1510
    • Are you using lab files or TextGrid files for input? lab
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one? english
    • If it's a custom dictionary, what is the phoneset?
  3. Acoustic model
    • If you're using an acoustic model, is it one download through MFA? If so, which one? english
    • If it's a model you've trained, what data was it trained on?

Log file Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA). log file is empty

Desktop (please complete the following information):

Additional context Add any other context about the problem here.