y9luiz / FaceRecognitionServer

A face recognition server written in C++ [Under development]
1 stars 2 forks source link

Create an Face descriptors database to be acessible from the client side #33

Open y9luiz opened 1 year ago

y9luiz commented 1 year ago

When the client does the face recognition request, the server will respond to it with a descriptor set.

The client must search the database and get the corresponding match.

In the future, I will create a match request to the server, in case the client is not powerful enough to do it, but for now, I don't see the motivation for it.