MontrealCorpusTools / Montreal-Forced-Aligner

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

[BUG] #664

Open BaptisteRamonda opened 1 year ago

BaptisteRamonda commented 1 year ago

Debugging checklist

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

Describe the issue I get the following warning: " WARNING Alignment analysis not available without using postgresql " which means that at the end my corpus_aligned is empty and no file from my original corpus is processed.

For Reproducing your issue Please fill out the following:

  1. Corpus structure
    • What language is the corpus in? English
    • How many files/speakers? 50 files , 5 speakers
    • Are you using lab files or TextGrid files for input? .txt files
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one? Yes : english_us_arpa
    • 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? Yes : english_us_arpa
    • 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).

Desktop (please complete the following information):

Additional context The program don't crash but has no effect -> empty aligned corpus at the end. I didn't have any others problems following the first steps tutorial on your website.

mtsimashkou commented 11 months ago

I have got the same issue with MFA 2.2.17

mfa align /content/datasets/my-dataset english_us_arpa english_us_arpa /content/datasets/my-dataset-mfa

Issue reproducible if I do dataset validation step before alignment

mfa validate /content/datasets/my-dataset english_us_arpa english_us_arpa

WitchPuff commented 1 month ago

same issue here