Hey everybody,
as the topic’s title suggests, I’m curious to learn how people is tracking their skeletons these days.
Let me go first: most of the time, when I need skeleton tracking, I’m still using the old NiTE library or the Kinect SDK. I imagine this is very common practice.
Sometimes, when the scenario is easy/fitting enough, I also bring back old school, pre-ML, skeletonization techniques.
For most of the real world situations I deal with, I feel OpenPose is still not the most practical solution and again: I think a lot of people feel the same way.
I really think it’s kind of weird how, in the post-kinect world, a lot of new depth cameras hit the market allowing us to re-use most of our depth sensing code without rewriting a single line of code, but there’s a thick silence when it comes to skeleton tracking. There’s some talk about hand tracking, but almost nothing when it comes to robust full figure tracking.
So here I am: anybody working on this? Any paper, or library I should check out?
Any hackish NiTE workaround?
I use the kinect v2 and the MS sdk on windows. It works really well.
I only use the kinect v1 for non skeleton tracking applications.
Haven’t tried nuitrack. I will give it a try.
I use kinect V1 with MS SDK, onLinux I had better results with openNI2 (ofxN2) it gaves more robust results than openNI and it is way easier to use than openNI.
It is also possible to use OpenNI2 on Windows if you install the MS SDK (kinect V1), I didn’t try it out yet since with the MS SDK is enough for me.
I will try the new tools mentioned above.
i’ve built this code in 2006. still using it in 2019.
it also has a very simple skeleton tracker, suits my needs just fine, i’ve used it to make projects such as 747.3 (2006), DRACO.WOLFANDDOTCOM.INFO (2015), etc.
I’m using ofxNI2 with oF 0.10 on Mac OS, and skeleton tracking works fine. But I took me some time to set up the project and link all the libraries the right way until it worked. I can’t remember exactly which steps made it work in the end. If you run into some specific problems, let me know, maybe I can help!
How do I get Nuitrack to openFrameworks? I’ve installed it and got the examples running but I an error when I included <nuitrack/Nuitrack.h> in OF. Might be of topic but still slightly in topic. I guess I have to add something to config.make?
I’m using it with of 0.10.1. on Windows. No support for Linux so far but must be easy.
Also please notice Nuitrack SDK in this addon is little outdated like 2 or 3 months.