Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive vid subprocess failure #27

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Interactive vid subprocess failure #27

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

After tagging audio samples with vid in interactive mode, it then tries to 
update its database for several minutes, during which time I see several errors 
like:

    Traceback (most recent call last):
      File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
        self.run()
      File "/usr/lib/python2.7/threading.py", line 504, in run
        self.__target(*self.__args, **self.__kwargs)
      File "/usr/local/project/.env/local/lib/python2.7/site-packages/voiceid/sr.py", line 1131, in _build_model_wrapper
        self[cluster].gender,self[cluster].value)
      File "/usr/local/project/.env/local/lib/python2.7/site-packages/voiceid/db.py", line 235, in add_model
        gender, self.get_path())
      File "/usr/local/project/.env/local/lib/python2.7/site-packages/voiceid/fm.py", line 739, in wav_vs_gmm
        + '  --sSetLabel=add --sByCluster ' + filebasename)
      File "/usr/local/project/.env/local/lib/python2.7/site-packages/voiceid/utils.py", line 79, in start_subprocess
        raise err
    OSError: Subprocess <subprocess.Popen object at 0x2354c90> closed unexpectedly [java -Xmx256M -cp /usr/local/project/.env/local/share/voiceid/LIUM_SpkDiarization-4.7.jar fr.lium.spkDiarization.programs.MScore --sInputMask=%s.seg --fInputMask=%s.wav --sOutputMask=%s.ident.M.az0001.gmm.seg --sOutputFormat=seg,UTF8 --fInputDesc=audio2sphinx,1:3:2:0:0:0,13,1:0:300:4 --tInputMask=/home/chris/.voiceid/gmm_db/M/az_tmp_gmms/az0001.gmm --sTop=8,/usr/local/project/.env/local/share/voiceid/ubm.gmm  --sSetLabel=add --sByCluster /tmp/testfile035/az3]

Should I be concerned by this? Does this mean the training samples are being 
corrupted or lost?

Original issue reported on code.google.com by chrisspen@gmail.com on 13 Feb 2014 at 8:11

@GoogleCodeExporter
Copy link
Author

I also see several "WARNING: error deleting some intermediate files" but with 
no further explanation.

Original comment by chrisspen@gmail.com on 13 Feb 2014 at 8:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant