Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID of faces detected #85

Open
Soxi-T opened this issue Jan 11, 2021 · 2 comments
Open

ID of faces detected #85

Soxi-T opened this issue Jan 11, 2021 · 2 comments

Comments

@Soxi-T
Copy link

Soxi-T commented Jan 11, 2021

PROPOSAL
A face ID feature that displays the ID to respective faces on the frame.

Example:

If one person is detected, assign this ID as 0, and display this ID on the bounding box. Whenever a second, third, etc. person enters frame, assign them an ID as 1, 2, and so on, with the ID displaying on the bounding box of their face.

USE CASE
This feature could be useful in filtering out false positives, by using alerts by person.

Example:

Person 0 is wearing a mask, person 1 is not. An alert will be created for person 1 (only once, not to spam alerts). Whenever person 0 takes their mask off (with both people still in frame), alert that person 0 is no longer wearing a mask.

Thank you

@AnshMishra2001
Copy link

Can I work on this issue?

@Soxi-T
Copy link
Author

Soxi-T commented Feb 1, 2021

Can I work on this issue?

Of course! I have found a solution using Adrian from pyimagesearch's centroid tracking solution; however, an original solution for this would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants