A PiWiGo plugin to do some facial recognition
- Internal name:
facial
(directory name inplugins/
) - plugin page: PiWiGo Extention's
Active.
This plugin is to facilitate identifing which pictures do have faces within them, and then whose face that belongs to. So, more plainly:
- On the administration of
albums
page we want an option to "Scan for faces" - Perform the scan on all of the photos within that album
- Identify each face (or place a placeholder of "Unknown person #3089" to it)
To that effect, we will write code for:
- An admin panel, where the admin can admin the adminy stuff?
- An extension to the albums page so that we can scan albums (we might instead use batch manager to select photos that way?)
- Another event hook that will display the people identified in the photo
From the admin
page, we want to do several things:
- List all of the known faces
- Create a face
- Train a face
The following tables are created as part of this plugin:
- Known People