torinmb / mediapipe-touchdesigner

GPU Accelerated MediaPipe Plugin for TouchDesigner
MIT License
522 stars 21 forks source link

Question on multiple Pose Tracking #82

Closed lucaperrin closed 1 month ago

lucaperrin commented 1 month ago

Hi there,

When using the pose_tracking module on a TOP containing more than one “human” to track, is there a way to display the confidence level of each human? Or a way to “choose” or select the human I want to track based on the confidence level?

I’ve noticed the confidence parameters under the Pose settings of the MediaPipe comp but they don’t seem to be enough for what I am trying to achieve.

Thanks in advance!

domisjustanumber commented 1 month ago

Hey @lucaperrin unfortunately not really - MediaPipe isn't very good at multi-pose tracking. In other projects I've found https://github.com/open-mmlab/mmpose/tree/main/projects/rtmo to be amazingly good for multi-pose tracking, but it's a Python library that you'll need to integrate into TouchDesigner yourself, so not super user-friendly right now.

lucaperrin commented 1 month ago

Thanks @domisjustanumber I'll check it out and give it a try!