Tracking hands through occlusion
Loading...
3,030
Loading...
Uploader Comments (MatejKristan)
see all
All Comments (10)
-
@MatejKristan I think the article is the best resource I have found so far on why Expectation Max. algorithm is so important, and I would definitely recommend it for anyone wanting to understand EM. And good luck for the Professorship, I can see it happening! :D
-
Never mind, I just noticed the reference to your website :)
-
Impressive. Did you publish your work or based it on some specific papers?
Loading...
Thank you for replying so promptly!
Ah, so let me clarify, you use skin color based segmentation as well as sparse optical flow? Please correct me if I speak wrongly.
mvharish14988 11 months ago
@mvharish14988 There is no explicit segmentation. The color histogram (adaptive) is used to model the target's color (but not necessarily skin color). The whole thing is implemented in a particle filter, so you don't require explicit segmentation.
And you are right that I use the sparse optical flow. If you're interested, there are some additional videos on my homepage.
MatejKristan 11 months ago
@MatejKristan Yes, I looked through your website. I did not realize you were a Professor. =)
And btw, that's a nice article on chicken-egg problem...
mvharish14988 11 months ago
@mvharish14988 Thanks. We can learn a lot form the chicken-egg problems :). But I'm not a "full" professor yet, and probably that will take a while :).
MatejKristan 11 months ago
Cool, but how does it work if you change the shape of your hand?
mvharish14988 11 months ago
@mvharish14988 It does not take into account the shape features, so it's robust to changes in shape. It only relies on color (histograms) and local motion (flow) features.
MatejKristan 11 months ago