TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.88k stars 1.84k forks source link

Tracking multiple Persons #804

Open zuhthisahan opened 4 years ago

zuhthisahan commented 4 years ago

It's not really a bug but I wanted to know about when we track the multiple people from a video is the created face_id always the same for the particular person throughout the video?

Or how can I change the code to track each person separately? can anyone help out from this issue?

TadasBaltrusaitis commented 4 years ago

It is not, OpenFace does not have any person re-identification so the ID is not guaranteed to be consistent (but it will be consistent if the tracking is continuous and does not fail)

You would need a module that does face recognition or re-identification to tackle this problem.