MontrealCorpusTools / Montreal-Forced-Aligner

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

CTMInterval error and Alignment Export Error #851

Open aabdumalikov opened 1 week ago

aabdumalikov commented 1 week ago

The following exceptions were encountered during the output of the alignments to TextGrids:

AlignmentExportError:

Error was encountered in exporting TextGrid/11992.TextGrid:

Traceback (most recent call last):

File "/home/aziz/anaconda3/envs/mfa_env/lib/python3.10/site-packages/montreal_forced_aligner/alignment/multiprocessing.py", line 1642, in run for output_path in construct_textgrid_output(

File "/home/aziz/anaconda3/envs/mfa_env/lib/python3.10/site-packages/montreal_forced_aligner/textgrid.py", line 419, in construct_textgrid_output export_textgrid(data, output_path, file_duration, frame_shift, output_format)

File "/home/aziz/anaconda3/envs/mfa_env/lib/python3.10/site-packages/montreal_forced_aligner/textgrid.py", line 552, in export_textgrid tg_interval = a.to_tg_interval()

File "/home/aziz/anaconda3/envs/mfa_env/lib/python3.10/site-packages/montreal_forced_aligner/data.py", line 2079, in to_tg_interval raise CtmError(self)

montreal_forced_aligner.exceptions.CtmError: CtmError:

Error was encountered in processing CTM interval: CtmInterval(begin=5.26, end=2.611995, label='tushadi', confidence=None)

CriDora commented 1 day ago

Hello, I have the same problem as you, have you solved it?