mprib / caliscope

Multicamera Calibration + Pose Estimation --> Open Source Motion Capture
https://mprib.github.io/caliscope/
BSD 2-Clause "Simplified" License
204 stars 12 forks source link

Multi-person support #621

Closed ChristianNSchmitz closed 7 months ago

ChristianNSchmitz commented 8 months ago

We would like to perform body and facial tracking of video footage via the holistic model with more than one person included. We would like to ask you whether such a feature is already possible or in development? Thanks a lot!

mprib commented 8 months ago

Hi @ChristianNSchmitz, thank you for the question. Is it possible? I'm sure it is. Is it in development? No.

One central challenge to the multi person problem is matching up identified humans from one point of view to another. I have no doubt that is possible with the right skillset and training data,but at the moment it's not really feasible for me to roll my own.

I'm kinda in a holding pattern on this project as new tracking tools emerge. As better things become available I look forward to integrating them in the workflow. If you are aware of tracking tools that conceivably may enable the functionality you envision, I'm all ears!

Thank you!

Mac