| hello! for winter holiday i bought a kinect from microsoft and prime sense. now i want to do some gesture recognition with hidden markov model in python (my best language). i've found ghmm that seems to be quite good library but no more manteined. i've read that sage include also ghmm so i'm going to try to ask here. i've found this code in c# in [1] and i want to rewrite this simple test in python with ghmm. --------------- c# code my first try in python code and GHMM library: --------------- python code --------------- python code i don't have the same result of c# and my python results seems to be weird (all 0 and 1 . some hints? thanks in advance! [1] www.codeproject.com/Articles/69647/Hidden-Markov-Models-in-C asked Jan 23 '12 This post is a wiki. Anyone with karma >150 is welcome to improve it. |
| We used to include ghmm, but William rewrote the HMM code a while ago so that we don't depend on ghmm anymore. Please see http://www.sagemath.org/doc/reference/sage/stats/hmm/hmm.html I also put up a simple example here: http://sage.cs.drake.edu/home/pub/96/ answered Jan 24 '12 This post is a wiki. Anyone with karma >150 is welcome to improve it. |
Asked: Jan 23 '12
Seen: 430 times
Last updated: Jan 24 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.