FaceGallery is an open source application to manage images within included faces.
Clustering images by faces is a common thing in our daily lives. On Smartphones, social media platforms even on CCTV.
None of your data eg. faces, names or images are used outside your computer or network.
As distinguished from many other applications, this app focuses on privacy.
Contributions to the codebase are welcome and we would love to hear back from your app experience.
Facedetection is archived by the MTCNN 1 method. Described 2016 in the Paper Joint Face Detection and Alignment Using Multitask Cascaded Convolutional Networks by Kaipeng Zhang
The implementation was extracted from this MTCNN project
1 Multi-Task Cascaded Convolutional Neural Network
Setup:
Development:
License:
- Download the latest release
- Run the application
- Download and install opencv.
- tensorflow C API will be downloaded automatically by cmake.
For mac or linux builds
> cmake . -B build
> cmake --build build
For windows builds
cmake -G "Visual Studio 15 2017" -A x64 ..
cmake --build . --config Debug -b build
This app is separated in multiple steps:
- Face Detection Locating faces on the images
- Face Recognition Compare faces with alreday known ones
- Facial expression Descripe the persons mood
- Object detection Tag the surroundings
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.