When we need to do gesture recognition, we should train several HMMs for each gesture. then when we need to classify the gesture we compute the sequence probability from each HMM and take the one with the highest likelihood
But what to do when we need to classify multiple gestures in a sequence and we don't know how to segment the multiple gestures to take the same approach with single gesture
So how can we do this sequence classification? is HMM appropriate? are there other ways?
Thanks