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

I'm creating this issue to discuss impending facial detection and identification support #38

Open
Robert-Nelson opened this issue Mar 7, 2022 · 1 comment

Comments

@Robert-Nelson
Copy link

BTW, I have facial detection and recognition working. I did it in two parts, detection of faces in photos and matching with previously identified faces. Detection creates the entry in face_tag_positions with tag_id set to null. I added a menu block for MugShot with two items. "Unidentified People" and "Unconfirmed Matched People. The first link displays an index page of all faces with null for a tag_id. The latter displays all the ones with confirmed set to false. This only happens with software created ones using detection and mapping. In the "Capone" UI there is an additional icon (checkmark) that sets confirmed to true. Confirmed faces have green bounding boxes, the others are red. The actual detection and matching is done by a separate python program that can be run on the same machine or a separate more powerful one or one that you have root access on.

Originally posted by @Robert-Nelson in #28 (comment)

@qskousen
Copy link

qskousen commented Mar 8, 2022

Is this using the same library mentioned in this issue?

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

No branches or pull requests

2 participants