Open kaursaarepuu opened 2 years ago
I was able to successfully transcribe the sample a month ago. Now when I actually need to use it, the process fails. Not sure what to make of the error message. Followed the instructions here: https://github.com/alumae/kaldi-offline-transcriber/tree/master/misc/docker
utils/utt2spk_to_spk2utt.pl build/trans/intervjuu2018080910/utt2spk > build/trans/intervjuu2018080910/spk2utt rm -rf build/trans/intervjuu2018080910/mfcc rm -f build/trans/intervjuu2018080910/cmvn.scp build/trans/intervjuu2018080910/mfcc.scp steps/make_mfcc.sh --mfcc-config build/fst/cnn_tdnn_1d_online/conf/mfcc.conf --cmd "$decode_cmd" --nj 1 \ build/trans/intervjuu2018080910 build/trans/intervjuu2018080910/exp/make_mfcc build/trans/intervjuu2018080910/mfcc || exit 1 steps/make_mfcc.sh --mfcc-config build/fst/cnn_tdnn_1d_online/conf/mfcc.conf --cmd run.pl --nj 1 build/trans/intervjuu2018080910 build/trans/intervjuu2018080910/exp/make_mfcc build/trans/intervjuu2018080910/mfcc utils/validate_data_dir.sh: empty file spk2utt Makefile:284: recipe for target 'build/trans/intervjuu2018080910/mfcc' failed make: *** [build/trans/intervjuu2018080910/mfcc] Error 1 Finished transcribing, result is in files /opt/kaldi-offline-transcriber/build/output/intervjuu2018080910.{txt,json,trs,ctm,srt,with-compounds.ctm} cp: cannot stat '/opt/kaldi-offline-transcriber/build/output/intervjuu2018080910.trs': No such file or directory
I was able to successfully transcribe the sample a month ago. Now when I actually need to use it, the process fails. Not sure what to make of the error message. Followed the instructions here: https://github.com/alumae/kaldi-offline-transcriber/tree/master/misc/docker