y9luiz / FaceRecognitionServer

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

Face recognition server #32

Closed y9luiz closed 1 year ago

y9luiz commented 1 year ago

In this PR we are receiving and sending face recognition messages.

In order to be able to use this feature the client must be able to process the incoming response. i.e.: Get the incoming descriptors and compare them with the database. We still don't have a descriptor database, so I'll create an issue for that and follow up with this new feature.

y9luiz commented 1 year ago

Issue link: https://github.com/y9luiz/FaceRecognitionServer/issues/33