LingDong- / PoseOSC

📹🤸‍♂️🤾‍♀️🤺 PoseNet + OSC: send realtime human pose estimation data to your apps
MIT License
77 stars 17 forks source link

eliminate duplicate poses #6

Open stephanschulz opened 3 years ago

stephanschulz commented 3 years ago

I am noticing that either poseNet or your app produces at time multiple poses that are more or less in the same position. I can try filtering this out in my app (on the right) but was just wondering if there is anything that could be done on your side?

Screen Shot 2020-10-22 at 2 52 27 PM

Thanks a bunch.

stephanschulz commented 3 years ago

I know this might be part of your advice about implementing my own tracking. I did that but still think close-duplicate filtering would be nice. https://github.com/LingDong-/PoseOSC#tracking

stephanschulz commented 3 years ago

@LingDong- do you have any suggestions on how to be handle this issue? Maybe calculate an average point of all the skeleton points per pose and compare those to all other averaged pose points?