tradle / KYCDeepFace

KYC face matching project.
GNU Affero General Public License v3.0
4 stars 0 forks source link

1-N draft work by Yirui #4

Open martinheidegger opened 2 years ago

martinheidegger commented 2 years ago

This PR contains the changes of an partially started draft of 1-N matching. It is using sqlite as storage for the embeddings and loads all embeddings at launch into memory. This PR is neither entirely implemented nor following a good strategy to be pursued in a serverless environment but we may salvage the code in this PR for other 1-N implementation.

DO NOT MERGE!