cccraig / MugShot

Plugin for piwigo.
MIT License
14 stars 15 forks source link

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

Open Robert-Nelson opened 2 years ago

Robert-Nelson commented 2 years ago

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 https://github.com/cccraig/MugShot/issues/28#issuecomment-1060124215

qskousen commented 2 years ago

Is this using the same library mentioned in this issue?