Skip to content

Interactive vid subprocess failure #27

Description

@GoogleCodeExporter
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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions