Server solution

Solution Selection

1.Local face feature extraction, local comparison

The local device capture face picture, detects face, liveness detect, extracts face features and compares it with the local database. The cloud is mainly used for face database management and communication synchronization with local devices.

../_images/local_compare_coud_sync.png

1.Local face feature extraction, Cloud Comparison

The local recognition device capture face picture, detects face, liveness detect, extracts face features, and uploads the feature byte array or face image to the cloud server for comparison.

../_images/cloud_compare.png