MattLivingston / voiceid

Automatically exported from code.google.com/p/voiceid
0 stars 0 forks source link

Cannot find seg file #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm just  downloaded your speaker identification system and I was trying to 
train the system. I ran into some problem when I passed a wav file that I 
created for training purses:

Traceback (most recent call last):
  File "./voiceid.py", line 1391, in <module>
    build_gmm(file_basename,speaker)
  File "./voiceid.py", line 1009, in build_gmm
    diarization(file_basename)
  File "./voiceid.py", line 1193, in diarization
    ensure_file_exists(filebasename+'.seg')
  File "./voiceid.py", line 741, in ensure_file_exists
    raise Exception("File %s doesn't exist or not correctly created"  % filename)
Exception: File octav_v1.seg doesn't exist or not correctly created

How can I go about creating the .seg file?

Thanks!

Original issue reported on code.google.com by ochipara on 5 Oct 2011 at 5:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,
Try with the last trunk version and see if the problem is still present. In 
that case give me more information about your configuration. Now there is still 
a bug about speaker "names", the name _must_ be without blanks, underscores or 
dashes. 

Original comment by maurome...@gmail.com on 11 Oct 2011 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by maurome...@gmail.com on 10 Jul 2012 at 6:23