-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Thanks for a great github project. I'm trying to adjust the silence models and haven't been able to come up with much except this:
pmsseg=./$datadir/$show.pms.seg
java -Xmx$mem -classpath "$LOCALCLASSPATH" fr.lium.spkDiarization.programs.MDecode --help --fInputDesc=$fDescD --fInputMask=$features --sInputMask=./$datadir/%s.i.seg --sOutputMask=$pmsseg --dPenality=10,10,50 --tInputMask=$pmsgmm $show
where
Penality set penalties for the i to j states
10 for the first and second model corresponding to boad/narrowband silence
50 for the other jingle speech (f0 f2 f3 fx), jingle and music
So I have 2 questions:
- How to determine these parameters
- Are there any other options for adjusting the silence/non speech models
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels