KunalDhawan / ASR-System-for-Hindi-Language

The repository contains all the codes necessary for my project - Automatic Speech Recognition System in Hindi Language ( Project description is available at :- https://kunal-dhawan.weebly.com/asr-system-for-hindi-language-from-scratch.html) : It contains the code for the following systems - 1) Monophone-HMM system built using HTK toolkit , 2)Monophone-HMM system built using Kaldi toolkit, 3)Triphone-HMM system built using Kaldi toolkit and 4)DNN-HMM system built using Kaldi toolkit
28 stars 17 forks source link

No segemnts file exists #5

Open BhimasenPurohit opened 3 years ago

BhimasenPurohit commented 3 years ago

Hi, I am facing this issue while running Kaldi part. When I am running this command,

** steps/make_mfcc.sh --nj 5 data/train exp/make_mfcc/train mfcc

I am getting this,

steps/make_mfcc.sh: [info]: no segments file exists: assuming wav.scp indexed by utterance.
run.pl: 5 / 5 failed

Why this failed status is coming ?