open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.91k stars 1.26k forks source link

[Single person tracking] #2684

Closed mpillet closed 1 year ago

mpillet commented 1 year ago

What is the feature?

Single person tracking

Any other context?

Hey ! I'm trying to use RTMPose but Im interested in detecting only one person, even though multiple persons are detected on the video (specially to avoid identity swapping). What can you suggest me in order to achieve this behavior ?

No response

Tau-J commented 1 year ago

Hi @mpillet , thanks for using MMPose. I think you need to add a tracking algorithm.

mpillet commented 1 year ago

Hi, Thank you for the reply. So in RTMPose itself, there's no option to track only one person, right ?

Tau-J commented 1 year ago

In pose_tracker, we provide a simple tracking algorithm based on Kalman Filter. You can refer to mmdeploy to learn details.