daniellocust

Results 3 comments of daniellocust

Hi, JairoJs: I have applied DTW algorithm in my gesture recognition project, and the effect was not bad, the program can classify 6 classes. Now, I applied continuous HMM to...

Thanks for your reply! here are my parameters: m_hmm.setHMMType(HMM_CONTINUOUS); m_hmm.setDownsampleFactor(5); m_hmm.setCommitteeSize(10); m_hmm.setAutoEstimateSigma(true); m_hmm.setSigma(20.0); m_hmm.setModelType(HMM_LEFTRIGHT); m_hmm.setDelta(1); m_hmm.enableNullRejection(true); I am a novice to this field too, so I want to commuicate with...

Hi, JairoJs! These days I studied the continous HMM, and found some bugs in the implement. After fixed these bugs, the continous HMM works well for me. Followings are the...