Menu

Speak Diarization

Help
2016-07-06
2016-07-07
  • Rojin Babayan

    Rojin Babayan - 2016-07-06

    Hi,

    I'm trying to cluster (Speacker Diarizzation) the speaker of a wave file Using LIUM. The file is a discussion between two people, but the output segmentation file has more that 2 cluster. I tried to limit number of cluster to 2 cluster using "--cMinimumOfCluster " command, unfortunately it doesn't work. Could anyone please help me on this issue?

    Thank you,
    Rojin

     
    • Nickolay V. Shmyrev

      You need to play with c parameter in the last stage (CLR clustering). You can try values like 1.2 and 2.0

      http://www-lium.univ-lemans.fr/diarization/doku.php/single-show_diarization

      #CLR clustering
      # Features contain static and delta and are centered and reduced (--fdesc)
      c=1.7
      spkseg=./$datadir/$show.c.$h.seg
      $java -Xmx2048m -classpath "$LOCALCLASSPATH" fr.lium.spkDiarization.programs.MClust  --help --trace --fInputMask=$features --fInputDesc=$fDescCLR --sInputMask=$gseg --sOutputMask=./$datadir/%s.c.$h.seg --cMethod=ce --cThr=$c --tInputMask=$ubm --emCtrl=1,5,0.01 --sTop=5,$ubm --tOutputMask=./$show/$show.c.gmm $show
      
       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.