microsoft / RoomAliveToolkit

Other
714 stars 191 forks source link

Skeleton from a box ? #54

Closed CaptainJeffo closed 7 years ago

CaptainJeffo commented 7 years ago

Hello,

While testing the recognition of non human moving objects, we did discover a strange artefact.

In the screenshot you see on the left the skeleton of a actor. He keeps a approx. 30X50X2 cm isomo plate on a stick (middle of the screen). At a certain moment both became joined and the box started to display a 'crawling' skeleton....

Looks like the skeleton recognition behave not accurate. Can this be avoided?

screenshot 2

:-) Jan

hbenko commented 7 years ago

Short answer is no. This is simply the behavior of the Kinect skeletal tracker which is not always perfect. An idea you might want to try is to filter skeletons based on whether they report a valid face or not. That would eliminate your plate becoming a valid skeleton.