Overview of DeepFace capabilities
masterDeepFace is a hybrid face recognition framework that wraps several state-of-the-art models, including:
VGG-FaceFaceNetOpenFaceDeepFaceDeepIDArcFaceDlibSFaceGhostFaceNetBuffalo_L
It provides high-level functions for:
- Face Recognition: Verifying identities or finding faces in a database.
- Facial Attribute Analysis: Predicting
age,gender,emotion, andrace.
The framework automates the standard face recognition pipeline (detect, align, normalize, represent, and verify) so you can perform complex tasks with single-line function calls.